From: mcalamelli Date: Sun, 3 May 2009 21:26:08 +0000 (+0000) Subject: Place the ECORE_XSS #endif in the right place, otherwise ecore fails to buils if... X-Git-Tag: build/2012-07-04.173327~2569 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=62ee523f815ce5de125c54ec257cb3edf8f5171b;p=profile%2Fivi%2Fecore.git Place the ECORE_XSS #endif in the right place, otherwise ecore fails to buils if there is no screensaver extension git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@40503 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/lib/ecore_x/xlib/ecore_x.c b/src/lib/ecore_x/xlib/ecore_x.c index 8536c9a..4569b36 100644 --- a/src/lib/ecore_x/xlib/ecore_x.c +++ b/src/lib/ecore_x/xlib/ecore_x.c @@ -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)) {