Revert "ecore_x: remove dead code."
authorChunEon Park <hermet@hermet.pe.kr>
Mon, 21 Sep 2015 11:09:15 +0000 (20:09 +0900)
committerChunEon Park <hermet@hermet.pe.kr>
Mon, 21 Sep 2015 11:09:15 +0000 (20:09 +0900)
This reverts commit 7303fcee4de5364baa8e9362ffcaa4b00d00fd34.

acutally the code was intended for compile warning.

src/lib/ecore_x/xlib/ecore_x_screensaver.c

index 226e093..8c186ea 100644 (file)
@@ -168,6 +168,7 @@ ecore_x_screensaver_event_listen_set(Eina_Bool on)
      XScreenSaverSelectInput(_ecore_x_disp, root, 0);
 #else
    return;
+   on = EINA_FALSE;
 #endif /* ifdef ECORE_XSS */
 }