Revert "ecore_x: remove dead code."

This reverts commit 7303fcee4d.

acutally the code was intended for compile warning.
This commit is contained in:
ChunEon Park 2015-09-21 20:09:15 +09:00
parent 7303fcee4d
commit d6890c9ed5
1 changed files with 1 additions and 0 deletions

View 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 */
}