Enlightenment CVS committal Author : devilhorns Project : e17 Module : libs/ecore
Dir : e17/libs/ecore/src/lib/ecore_x Modified Files: Makefile.am ecore_x_private.h Added Files: ecore_x_dpms.c Log Message: Added Ravenlock's DPMS code for ecore_x. =================================================================== RCS file: /cvs/e/e17/libs/ecore/src/lib/ecore_x/Makefile.am,v retrieving revision 1.30 retrieving revision 1.31 diff -u -3 -r1.30 -r1.31 --- Makefile.am 7 Aug 2006 07:03:12 -0000 1.30 +++ Makefile.am 13 Feb 2007 02:29:01 -0000 1.31 @@ -51,6 +51,7 @@ ecore_x_gc.c \ ecore_x_xinerama.c \ ecore_x_screensaver.c \ +ecore_x_dpms.c \ ecore_x_private.h libecore_x_la_LIBADD = \ @@ -98,4 +99,5 @@ ecore_x_gc.c \ ecore_x_xinerama.c \ ecore_x_screensaver.c \ +ecore_x_dpms.c \ ecore_x_private.h =================================================================== RCS file: /cvs/e/e17/libs/ecore/src/lib/ecore_x/ecore_x_private.h,v retrieving revision 1.56 retrieving revision 1.57 diff -u -3 -r1.56 -r1.57 --- ecore_x_private.h 5 Nov 2006 15:14:49 -0000 1.56 +++ ecore_x_private.h 13 Feb 2007 02:29:01 -0000 1.57 @@ -18,6 +18,7 @@ #include <X11/extensions/XShm.h> #include <X11/extensions/shape.h> #include <X11/extensions/sync.h> +#include <X11/extensions/dpms.h> #ifdef ECORE_XCURSOR #include <X11/Xcursor/Xcursor.h> #endif ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier. Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs