Ecore_X (xcb): Revert previous screensaver commit.

NB: I was misinformed...apparently it did Not cut down the usage.



SVN revision: 77312
This commit is contained in:
Christopher Michael 2012-10-02 12:13:32 +00:00
parent f209467e08
commit 5824001bef
1 changed files with 2 additions and 1 deletions

View File

@ -324,7 +324,8 @@ ecore_x_screensaver_event_listen_set(Eina_Bool on)
root = ((xcb_screen_t *)_ecore_xcb_screen)->root;
if (on)
xcb_screensaver_select_input(_ecore_xcb_conn, root,
XCB_SCREENSAVER_EVENT_NOTIFY_MASK);
XCB_SCREENSAVER_EVENT_NOTIFY_MASK |
XCB_SCREENSAVER_EVENT_CYCLE_MASK);
else
xcb_screensaver_select_input(_ecore_xcb_conn, root, 0);
#endif