Searched refs:g_hDlgAbout (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/xorg-server/dist/hw/xwin/
H A Dwinwakeup.c50 && (g_hDlgAbout == 0 || !IsDialogMessage(g_hDlgAbout, &msg))) {
H A Dwindialogs.c488 DestroyWindow(g_hDlgAbout);
489 g_hDlgAbout = NULL;
507 if (g_hDlgAbout != NULL) {
509 ShowWindow(g_hDlgAbout, SW_SHOWDEFAULT);
512 SetForegroundWindow(g_hDlgAbout);
520 g_hDlgAbout = CreateDialogParam(g_hInstance,
526 ShowWindow(g_hDlgAbout, SW_SHOW);
529 SetForegroundWindow(g_hDlgAbout);
532 PostMessage(g_hDlgAbout, WM_NEXTDLGCTL,
533 (WPARAM) GetDlgItem(g_hDlgAbout, IDO
[all...]
H A Dwinglobals.h61 extern HWND g_hDlgAbout;
H A Dwinglobals.c58 HWND g_hDlgAbout = NULL; variable in typeref:typename:HWND
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A Dwinwakeup.c55 && (g_hDlgAbout == 0
56 || !IsDialogMessage (g_hDlgAbout, &msg)))
H A Dwinblock.c90 && (g_hDlgAbout == 0
91 || !IsDialogMessage (g_hDlgAbout, &msg)))
H A Dwindialogs.c535 DestroyWindow (g_hDlgAbout);
536 g_hDlgAbout = NULL;
555 if (g_hDlgAbout != NULL)
558 ShowWindow (g_hDlgAbout, SW_SHOWDEFAULT);
561 SetForegroundWindow (g_hDlgAbout);
569 g_hDlgAbout = CreateDialogParam (g_hInstance,
576 ShowWindow (g_hDlgAbout, SW_SHOW);
579 SetForegroundWindow (g_hDlgAbout);
582 PostMessage (g_hDlgAbout, WM_NEXTDLGCTL,
583 (WPARAM)GetDlgItem (g_hDlgAbout, IDO
[all...]
H A Dwinglobals.c58 HWND g_hDlgAbout = NULL; variable in typeref:typename:HWND

Completed in 5 milliseconds