pantry/projects/freedesktop.org/xcb-util-wm/test.c
Andrii Riabchenko 54fa657520 new file: projects/freedesktop.org/xcb-util-wm/package.yml
new file:   projects/freedesktop.org/xcb-util-wm/test.c
2023-09-25 09:16:07 -04:00

7 lines
103 B
C

#include <xcb/xcb.h>
#include <xcb/xcb_ewmh.h>
#include <xcb/xcb_icccm.h>
int main() {
return 0;
}