pantry/projects/freedesktop.org/xcb-util-image/test.c

9 lines
158 B
C
Raw Normal View History

#include <xcb/xcb.h>
#include <xcb/xcb_util.h>
#include <xcb/xcb_bitops.h>
#include <xcb/xcb_image.h>
#include <xcb/xcb_pixel.h>
int main() {
return 0;
}