Searched refs:windowDisableMapUnmapEvents (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/dix/
H A Dwindow.c2580 static WindowPtr windowDisableMapUnmapEvents; variable in typeref:typename:WindowPtr
2585 assert (windowDisableMapUnmapEvents == NULL);
2587 windowDisableMapUnmapEvents = pWin;
2593 assert (windowDisableMapUnmapEvents != NULL);
2595 windowDisableMapUnmapEvents = NULL;
2601 return pWin != windowDisableMapUnmapEvents;

Completed in 5 milliseconds