discomfitor pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=97a1642222c4869d10ffe0f9c94a63a64e002deb

commit 97a1642222c4869d10ffe0f9c94a63a64e002deb
Author: Mike Blumenkrantz <zm...@osg.samsung.com>
Date:   Thu Apr 23 08:33:20 2015 -0400

    fix typo when setting event state in e_randr2_screen_refresh_queue()
    
    a non-event should not unset this variable
---
 src/bin/e_randr2.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/e_randr2.c b/src/bin/e_randr2.c
index d1e86da..61ddb99 100644
--- a/src/bin/e_randr2.c
+++ b/src/bin/e_randr2.c
@@ -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 *

-- 


Reply via email to