Searched refs:g_hDlgExit (Results 1 - 15 of 15) sorted by relevance
| /xsrc/external/mit/xorg-server/dist/hw/xwin/ |
| H A D | winwakeup.c | 49 && (g_hDlgExit == 0 || !IsDialogMessage(g_hDlgExit, &msg))
|
| H A D | windialogs.c | 248 if (g_hDlgExit != NULL) { 249 DestroyWindow(g_hDlgExit); 250 g_hDlgExit = NULL; 259 if (g_hDlgExit != NULL) { 261 ShowWindow(g_hDlgExit, SW_SHOWDEFAULT); 264 SetForegroundWindow(g_hDlgExit); 270 g_hDlgExit = CreateDialogParam(g_hInstance, 276 ShowWindow(g_hDlgExit, SW_SHOW); 279 SetForegroundWindow(g_hDlgExit); 282 PostMessage(g_hDlgExit, WM_NEXTDLGCT [all...] |
| H A D | winglobals.h | 60 extern HWND g_hDlgExit;
|
| H A D | winglobals.c | 57 HWND g_hDlgExit = NULL; variable in typeref:typename:HWND
|
| H A D | winshadddnl.c | 689 if (g_hDlgExit != NULL) { 690 DestroyWindow(g_hDlgExit); 691 g_hDlgExit = NULL;
|
| H A D | winshadgdi.c | 605 if (g_hDlgExit != NULL) { 606 DestroyWindow(g_hDlgExit); 607 g_hDlgExit = NULL;
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xwin/ |
| H A D | winwakeup.c | 53 && (g_hDlgExit == 0 54 || !IsDialogMessage (g_hDlgExit, &msg))
|
| H A D | winblock.c | 88 && (g_hDlgExit == 0 89 || !IsDialogMessage (g_hDlgExit, &msg))
|
| H A D | windialogs.c | 277 if (g_hDlgExit != NULL) 279 DestroyWindow (g_hDlgExit); 280 g_hDlgExit = NULL; 289 if (g_hDlgExit != NULL) 292 ShowWindow (g_hDlgExit, SW_SHOWDEFAULT); 295 SetForegroundWindow (g_hDlgExit); 301 g_hDlgExit = CreateDialogParam (g_hInstance, 308 ShowWindow (g_hDlgExit, SW_SHOW); 311 SetForegroundWindow (g_hDlgExit); 314 PostMessage (g_hDlgExit, WM_NEXTDLGCT [all...] |
| H A D | winglobals.c | 57 HWND g_hDlgExit = NULL; variable in typeref:typename:HWND
|
| H A D | winnativegdi.c | 140 if (g_hDlgExit != NULL) 142 DestroyWindow (g_hDlgExit); 143 g_hDlgExit = NULL;
|
| H A D | winpfbdd.c | 309 if (g_hDlgExit != NULL) 311 DestroyWindow (g_hDlgExit); 312 g_hDlgExit = NULL;
|
| H A D | winshaddd.c | 746 if (g_hDlgExit != NULL) 748 DestroyWindow (g_hDlgExit); 749 g_hDlgExit = NULL;
|
| H A D | winshadddnl.c | 820 if (g_hDlgExit != NULL) 822 DestroyWindow (g_hDlgExit); 823 g_hDlgExit = NULL;
|
| H A D | winshadgdi.c | 657 if (g_hDlgExit != NULL) 659 DestroyWindow (g_hDlgExit); 660 g_hDlgExit = NULL;
|
Completed in 17 milliseconds