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

/xsrc/external/mit/xorg-server/dist/hw/xwin/
H A Dwinwakeup.c47 if ((g_hDlgDepthChange == 0
48 || !IsDialogMessage(g_hDlgDepthChange, &msg))
H A Dwinglobals.h59 extern HWND g_hDlgDepthChange;
H A Dwindialogs.c373 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 Dwinglobals.c56 HWND g_hDlgDepthChange = NULL; variable in typeref:typename:HWND
H A Dwinwndproc.c1063 if (g_hDlgDepthChange != NULL) {
1065 SetActiveWindow(g_hDlgDepthChange);
1069 ShowWindow(g_hDlgDepthChange, SW_SHOWDEFAULT);
H A Dwinmultiwindowwindow.c658 if (g_hDlgDepthChange == 0 || !IsDialogMessage(g_hDlgDepthChange, &msg)) {
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A Dwinwakeup.c51 if ((g_hDlgDepthChange == 0
52 || !IsDialogMessage (g_hDlgDepthChange, &msg))
H A Dwinblock.c86 if ((g_hDlgDepthChange == 0
87 || !IsDialogMessage (g_hDlgDepthChange, &msg))
H A Dwindialogs.c413 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 Dwinglobals.c56 HWND g_hDlgDepthChange = NULL; variable in typeref:typename:HWND
H A Dwinwndproc.c1148 if (g_hDlgDepthChange != NULL)
1151 SetActiveWindow (g_hDlgDepthChange);
1156 ShowWindow (g_hDlgDepthChange, SW_SHOWDEFAULT);
H A Dwinmultiwindowwindow.c616 if (g_hDlgDepthChange == 0 || !IsDialogMessage (g_hDlgDepthChange, &msg))

Completed in 13 milliseconds