pantry/projects/x.org/xinerama/test.c
Andrew b1349cf4c2
x.org/xinerama (#2353)
* x.org/xinerama

* test deps
2023-07-02 15:44:55 -04:00

6 lines
117 B
C

#include "X11/extensions/Xinerama.h"
int main(int argc, char* argv[]) {
XineramaScreenInfo info;
return 0;
}