elm - win - dont use deprecated func - use new one.

cleanup to match efl 1.13 changes
This commit is contained in:
Carsten Haitzler 2015-02-05 20:44:49 +09:00
parent 190c2f93ef
commit 299c604661
1 changed files with 1 additions and 1 deletions

View File

@ -335,7 +335,7 @@ _win_noblank_eval(void)
if (!change) return;
if (noblanks > 0) ecore_x_screensaver_supend();
if (noblanks > 0) ecore_x_screensaver_suspend();
else ecore_x_screensaver_resume();
#endif
#ifdef HAVE_ELEMENTARY_WAYLAND