Go to the documentation of this file.
15 #ifdef TEST_NATIVE_X11
17 static void *CreateWindowX11(
int w,
int h);
18 static void DestroyWindowX11(
void *
window);
29 CreateWindowX11(
int w,
int h)
36 XCreateSimpleWindow(
dpy, DefaultRootWindow(
dpy), 0, 0, w, h, 0, 0,
38 XMapRaised(
dpy, window);
45 DestroyWindowX11(
void *window)