mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 10:35:17 +03:00
9c16f754ac
new file: projects/x.org/xcomposite/test.c
6 lines
90 B
C
6 lines
90 B
C
#include "X11/Xlib.h"
|
|
#include "X11/extensions/Xcomposite.h"
|
|
|
|
int main() {
|
|
return 0;
|
|
} |