Searched refs:g_hDlgAbout (Results 1 – 4 of 4) sorted by relevance
488 DestroyWindow(g_hDlgAbout); in winChangeDepthDlgProc()489 g_hDlgAbout = NULL; in winChangeDepthDlgProc()507 if (g_hDlgAbout != NULL) { in winDisplayAboutDialog()509 ShowWindow(g_hDlgAbout, SW_SHOWDEFAULT); in winDisplayAboutDialog()512 SetForegroundWindow(g_hDlgAbout); in winDisplayAboutDialog()520 g_hDlgAbout = CreateDialogParam(g_hInstance, in winDisplayAboutDialog()526 ShowWindow(g_hDlgAbout, SW_SHOW); in winDisplayAboutDialog()529 SetForegroundWindow(g_hDlgAbout); in winDisplayAboutDialog()532 PostMessage(g_hDlgAbout, WM_NEXTDLGCTL, in winDisplayAboutDialog()533 (WPARAM) GetDlgItem(g_hDlgAbout, IDOK), TRUE); in winDisplayAboutDialog()[all …]
50 && (g_hDlgAbout == 0 || !IsDialogMessage(g_hDlgAbout, &msg))) { in winWakeupHandler()
60 extern HWND g_hDlgAbout;
58 HWND g_hDlgAbout = NULL; variable