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

/xsrc/external/mit/xorg-server/dist/hw/xwin/
H A Dwinwndproc.c65 static HWND s_hwndLastPrivates = NULL; local in function:winWindowProc
83 if ((s_pScreenPriv == NULL || hwnd != s_hwndLastPrivates)
90 s_hwndLastPrivates = hwnd;
96 s_hwndLastPrivates = NULL;
122 s_hwndLastPrivates = hwnd;
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A Dwinwndproc.c66 static HWND s_hwndLastPrivates = NULL; local in function:winWindowProc
86 if ((s_pScreenPriv == NULL || hwnd != s_hwndLastPrivates)
94 s_hwndLastPrivates = hwnd;
101 s_hwndLastPrivates = NULL;
129 s_hwndLastPrivates = hwnd;

Completed in 4 milliseconds