mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 10:35:17 +03:00
b57c81ea0d
new file: projects/freedesktop.org/xcb-util-renderutil/test.c
7 lines
106 B
C
7 lines
106 B
C
#include <xcb/xcb.h>
|
|
#include <xcb/render.h>
|
|
#include <xcb/xcb_renderutil.h>
|
|
|
|
int main() {
|
|
return 0;
|
|
} |