pantry/projects/x.org/xcursor/test.c

6 lines
114 B
C
Raw Normal View History

#include "X11/Xcursor/Xcursor.h"
int main(int argc, char* argv[]) {
XcursorFileHeader header;
return 0;
}