Place the ECORE_XSS #endif in the right place, otherwise ecore fails to buils if there is no screensaver extension

SVN revision: 40503
This commit is contained in:
Massimiliano Calamelli 2009-05-03 21:26:08 +00:00
parent a7c514da2b
commit 9dd0697b54
1 changed files with 1 additions and 1 deletions

View File

@ -191,8 +191,8 @@ ecore_x_init(const char *name)
#ifdef ECORE_XSS
if (XScreenSaverQueryExtension(_ecore_x_disp, &screensaver_base, &screensaver_err_base))
_ecore_x_event_screensaver_id = screensaver_base;
#endif
ECORE_X_EVENT_HANDLERS_GROW(screensaver_base, ScreenSaverNumberEvents);
#endif
if (XSyncQueryExtension(_ecore_x_disp, &sync_base, &sync_err_base))
{