Searched refs:g_hDlgDepthChange (Results 1 - 12 of 12) sorted by relevance
| /xsrc/external/mit/xorg-server/dist/hw/xwin/ |
| H A D | winwakeup.c | 47 if ((g_hDlgDepthChange == 0 48 || !IsDialogMessage(g_hDlgDepthChange, &msg))
|
| H A D | winglobals.h | 59 extern HWND g_hDlgDepthChange;
|
| H A D | windialogs.c | 373 if (g_hDlgDepthChange != NULL) { 375 ShowWindow(g_hDlgDepthChange, SW_SHOWDEFAULT); 378 SetForegroundWindow(g_hDlgDepthChange); 388 g_hDlgDepthChange = CreateDialogParam(g_hInstance, 394 ShowWindow(g_hDlgDepthChange, SW_SHOW); 396 if (!g_hDlgDepthChange) 462 DestroyWindow(g_hDlgDepthChange); 463 g_hDlgDepthChange = NULL; 480 ShowWindow(g_hDlgDepthChange, SW_HIDE);
|
| H A D | winglobals.c | 56 HWND g_hDlgDepthChange = NULL; variable in typeref:typename:HWND
|
| H A D | winwndproc.c | 1063 if (g_hDlgDepthChange != NULL) { 1065 SetActiveWindow(g_hDlgDepthChange); 1069 ShowWindow(g_hDlgDepthChange, SW_SHOWDEFAULT);
|
| H A D | winmultiwindowwindow.c | 658 if (g_hDlgDepthChange == 0 || !IsDialogMessage(g_hDlgDepthChange, &msg)) {
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xwin/ |
| H A D | winwakeup.c | 51 if ((g_hDlgDepthChange == 0 52 || !IsDialogMessage (g_hDlgDepthChange, &msg))
|
| H A D | winblock.c | 86 if ((g_hDlgDepthChange == 0 87 || !IsDialogMessage (g_hDlgDepthChange, &msg))
|
| H A D | windialogs.c | 413 if (g_hDlgDepthChange != NULL) 416 ShowWindow (g_hDlgDepthChange, SW_SHOWDEFAULT); 419 SetForegroundWindow (g_hDlgDepthChange); 429 g_hDlgDepthChange = CreateDialogParam (g_hInstance, 435 ShowWindow (g_hDlgDepthChange, SW_SHOW); 438 (int) g_hDlgDepthChange); 508 DestroyWindow (g_hDlgDepthChange); 509 g_hDlgDepthChange = NULL; 527 ShowWindow (g_hDlgDepthChange, SW_HIDE);
|
| H A D | winglobals.c | 56 HWND g_hDlgDepthChange = NULL; variable in typeref:typename:HWND
|
| H A D | winwndproc.c | 1148 if (g_hDlgDepthChange != NULL) 1151 SetActiveWindow (g_hDlgDepthChange); 1156 ShowWindow (g_hDlgDepthChange, SW_SHOWDEFAULT);
|
| H A D | winmultiwindowwindow.c | 616 if (g_hDlgDepthChange == 0 || !IsDialogMessage (g_hDlgDepthChange, &msg))
|
Completed in 13 milliseconds