mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 18:45:19 +03:00
697dd4be09
* new file: projects/freedesktop.org/xcb-util-image/package.yml new file: projects/freedesktop.org/xcb-util-image/test.c * .
9 lines
158 B
C
9 lines
158 B
C
#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;
|
|
} |