Home
last modified time | relevance | path

Searched refs:g_hDlgExit (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwindialogs.c248 if (g_hDlgExit != NULL) { in winDisplayExitDialog()
249 DestroyWindow(g_hDlgExit); in winDisplayExitDialog()
250 g_hDlgExit = NULL; in winDisplayExitDialog()
259 if (g_hDlgExit != NULL) { in winDisplayExitDialog()
261 ShowWindow(g_hDlgExit, SW_SHOWDEFAULT); in winDisplayExitDialog()
264 SetForegroundWindow(g_hDlgExit); in winDisplayExitDialog()
270 g_hDlgExit = CreateDialogParam(g_hInstance, in winDisplayExitDialog()
276 ShowWindow(g_hDlgExit, SW_SHOW); in winDisplayExitDialog()
279 SetForegroundWindow(g_hDlgExit); in winDisplayExitDialog()
282 PostMessage(g_hDlgExit, WM_NEXTDLGCTL, in winDisplayExitDialog()
[all …]
H A Dwinwakeup.c49 && (g_hDlgExit == 0 || !IsDialogMessage(g_hDlgExit, &msg)) in winWakeupHandler()
H A Dwinglobals.h59 extern HWND g_hDlgExit;
H A Dwinglobals.c57 HWND g_hDlgExit = NULL; variable
H A Dwinshadgdi.c602 if (g_hDlgExit != NULL) { in winCloseScreenShadowGDI()
603 DestroyWindow(g_hDlgExit); in winCloseScreenShadowGDI()
604 g_hDlgExit = NULL; in winCloseScreenShadowGDI()
H A Dwinshadddnl.c689 if (g_hDlgExit != NULL) { in winCloseScreenShadowDDNL()
690 DestroyWindow(g_hDlgExit); in winCloseScreenShadowDDNL()
691 g_hDlgExit = NULL; in winCloseScreenShadowDDNL()