fix typo when setting event state in e_randr2_screen_refresh_queue()

a non-event should not unset this variable
This commit is contained in:
Mike Blumenkrantz 2015-04-23 08:33:20 -04:00
parent 4afb4b8fe9
commit 97a1642222
1 changed files with 1 additions and 1 deletions

View File

@ -868,7 +868,7 @@ e_randr2_screen_refresh_queue(Eina_Bool lid_event)
ecore_timer_reset(_screen_delay_timer);
else
_screen_delay_timer = ecore_timer_add(1.0, _cb_screen_change_delay, NULL);
event_screen = !!lid_event;
event_screen |= !!lid_event;
}
EAPI E_Config_Randr2_Screen *