Searched defs:X11_PendingConfigureNotifyHeight (Results 1 - 1 of 1) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/video/x11/
H A DSDL_x11events.c65 int X11_PendingConfigureNotifyHeight = -1; variable
829 (X11_PendingConfigureNotifyHeight != -1)) {
831 (xevent.xconfigure.height != X11_PendingConfigureNotifyHeight)) {
836 X11_PendingConfigureNotifyHeight = -1;

Completed in 37 milliseconds