Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/user32/
H A Dwin.c63 static BOOL app_activated, app_deactivated; variable
843 if (wparam) app_activated = TRUE; in main_window_procA()
9097 app_activated = app_deactivated = FALSE; in test_activateapp()
9105 ok(!app_activated, "Received WM_ACTIVATEAPP(1), did not expect it.\n"); in test_activateapp()
9112 ok(!app_activated, "Received WM_ACTIVATEAPP(1), did not expect it.\n"); in test_activateapp()
9118 app_activated = app_deactivated = FALSE; in test_activateapp()
9131 ok(app_activated, "Expected WM_ACTIVATEAPP(1), did not receive it.\n"); in test_activateapp()
9135 app_activated = app_deactivated = FALSE; in test_activateapp()
9153 app_activated = app_deactivated = FALSE; in test_activateapp()
9174 app_activated = app_deactivated = FALSE; in test_activateapp()
[all …]