Searched refs:WM_GIVEUP (Results 1 - 7 of 7) sorted by relevance
| /xsrc/external/mit/xorg-server/dist/hw/xwin/ |
| H A D | winmsgwindow.c | 54 Send a WM_GIVEUP message to the X server thread so it wakes up if 62 PostMessage(pScreenPriv->hwndScreen, WM_GIVEUP, 0, 0);
|
| H A D | windialogs.c | 252 PostMessage(pScreenPriv->hwndScreen, WM_GIVEUP, 0, 0); 326 PostMessage(s_pScreenPriv->hwndScreen, WM_GIVEUP, 0, 0);
|
| H A D | win.h | 186 #define WM_GIVEUP (WM_USER + 1002) macro
|
| H A D | winwndproc.c | 1152 case WM_GIVEUP:
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xwin/ |
| H A D | windialogs.c | 282 PostMessage (pScreenPriv->hwndScreen, WM_GIVEUP, 0, 0); 364 PostMessage (s_pScreenPriv->hwndScreen, WM_GIVEUP, 0, 0);
|
| H A D | winwndproc.c | 1257 case WM_GIVEUP:
|
| H A D | win.h | 203 #define WM_GIVEUP (WM_USER + 1002) macro
|
Completed in 11 milliseconds