Enlightenment CVS committal Author : sebastid Project : e17 Module : libs/ecore
Dir : e17/libs/ecore/src/lib/ecore_evas Modified Files: Makefile.am ecore_evas_x.c Log Message: * Difference between user wanting a module, and the possibility of building a module. * Only do tests related to a module, if the module is to be built * use AC_PATH_GENERIC * Formatting * Remove som weird AC_SUBST, why were they there? =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/ecore/src/lib/ecore_evas/Makefile.am,v retrieving revision 1.11 retrieving revision 1.12 diff -u -3 -r1.11 -r1.12 --- Makefile.am 10 Mar 2005 15:19:38 -0000 1.11 +++ Makefile.am 5 Sep 2005 08:40:50 -0000 1.12 @@ -27,7 +27,7 @@ -I$(top_builddir)/src/lib/ecore_evas \ $(ECORE_X_INC) \ $(ECORE_FB_INC) \ [EMAIL PROTECTED]@ [EMAIL PROTECTED]@ libecore_evas_la_LDFLAGS = -version-info 1:0:0 \ $(ECORE_X_LDF) \ @@ -51,7 +51,7 @@ $(ECORE_X_LIB) \ $(ECORE_FB_LIB) \ $(top_builddir)/src/lib/ecore/libecore.la \ [EMAIL PROTECTED]@ [EMAIL PROTECTED]@ libecore_evas_la_DEPENDENCIES = \ $(ECORE_X_LIB) \ =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/ecore/src/lib/ecore_evas/ecore_evas_x.c,v retrieving revision 1.53 retrieving revision 1.54 diff -u -3 -r1.53 -r1.54 --- ecore_evas_x.c 30 Aug 2005 10:05:27 -0000 1.53 +++ ecore_evas_x.c 5 Sep 2005 08:40:50 -0000 1.54 @@ -713,7 +713,7 @@ ecore_x_netwm_window_state_set(ee->engine.x.win_container, state, num); } -void +static void _ecore_evas_x_layer_update(Ecore_Evas *ee) { if (ee->should_be_visible) ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs