Searched refs:g_hDlgExit (Results 1 - 15 of 15) sorted by relevance

/xsrc/external/mit/xorg-server/dist/hw/xwin/
H A Dwinwakeup.c49 && (g_hDlgExit == 0 || !IsDialogMessage(g_hDlgExit, &msg))
H A Dwindialogs.c248 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 Dwinglobals.h60 extern HWND g_hDlgExit;
H A Dwinglobals.c57 HWND g_hDlgExit = NULL; variable in typeref:typename:HWND
H A Dwinshadddnl.c689 if (g_hDlgExit != NULL) {
690 DestroyWindow(g_hDlgExit);
691 g_hDlgExit = NULL;
H A Dwinshadgdi.c605 if (g_hDlgExit != NULL) {
606 DestroyWindow(g_hDlgExit);
607 g_hDlgExit = NULL;
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A Dwinwakeup.c53 && (g_hDlgExit == 0
54 || !IsDialogMessage (g_hDlgExit, &msg))
H A Dwinblock.c88 && (g_hDlgExit == 0
89 || !IsDialogMessage (g_hDlgExit, &msg))
H A Dwindialogs.c277 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 Dwinglobals.c57 HWND g_hDlgExit = NULL; variable in typeref:typename:HWND
H A Dwinnativegdi.c140 if (g_hDlgExit != NULL)
142 DestroyWindow (g_hDlgExit);
143 g_hDlgExit = NULL;
H A Dwinpfbdd.c309 if (g_hDlgExit != NULL)
311 DestroyWindow (g_hDlgExit);
312 g_hDlgExit = NULL;
H A Dwinshaddd.c746 if (g_hDlgExit != NULL)
748 DestroyWindow (g_hDlgExit);
749 g_hDlgExit = NULL;
H A Dwinshadddnl.c820 if (g_hDlgExit != NULL)
822 DestroyWindow (g_hDlgExit);
823 g_hDlgExit = NULL;
H A Dwinshadgdi.c657 if (g_hDlgExit != NULL)
659 DestroyWindow (g_hDlgExit);
660 g_hDlgExit = NULL;

Completed in 17 milliseconds