mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
54fa657520
new file: projects/freedesktop.org/xcb-util-wm/test.c
7 lines
103 B
C
7 lines
103 B
C
#include <xcb/xcb.h>
|
|
#include <xcb/xcb_ewmh.h>
|
|
#include <xcb/xcb_icccm.h>
|
|
|
|
int main() {
|
|
return 0;
|
|
} |