Searched refs:g_window_count (Results 1 – 1 of 1) sorted by relevance
19 int g_window_count = 0; variable462 while((::GetMessage(&msg, NULL, 0, 0) != 0) && g_window_count > 0) { in ProcessEvents()1023 ++g_window_count; in WndProc()1033 --g_window_count; in WndProc()1034 if (!g_window_count) in WndProc()