Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e/src


Modified Files:
        Makefile.am edebug.h 
Added Files:
        eglx.c eglx.h 


Log Message:
Add some glx bits.

===================================================================
RCS file: /cvs/e/e16/e/src/Makefile.am,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -3 -r1.83 -r1.84
--- Makefile.am 25 Feb 2007 02:27:41 -0000      1.83
+++ Makefile.am 29 Mar 2007 20:54:55 -0000      1.84
@@ -1,12 +1,15 @@
 SUBDIRS =
 
-EXTRA_DIST = gnome.c ecompmgr.c ecompmgr.h snprintf.c
+EXTRA_DIST = gnome.c eglx.c eglx.h ecompmgr.c ecompmgr.h snprintf.c
 
 bin_PROGRAMS = e16
 
 if ENABLE_GNOME
 SRCS_GNOME = gnome.c
 endif
+if HAVE_GLX
+SRCS_GLX = eglx.c eglx.h
+endif
 if HAVE_COMPOSITE
 SRCS_ECOMPMGR = ecompmgr.c ecompmgr.h
 endif
@@ -102,6 +105,7 @@
        x.c                     xwin.h                  \
        zoom.c                  \
        $(SRCS_GNOME)           \
+       $(SRCS_GLX)             \
        $(SRCS_ECOMPMGR)        \
        $(SRCS_SNPRINTF)
 
===================================================================
RCS file: /cvs/e/e16/e/src/edebug.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- edebug.h    25 Mar 2007 08:34:34 -0000      1.3
+++ edebug.h    29 Mar 2007 20:54:55 -0000      1.4
@@ -53,6 +53,8 @@
 #define EDBUG_TYPE_COMPMGR2     162
 #define EDBUG_TYPE_COMPMGR3     163
 
+#define EDBUG_TYPE_GLX          170
+
 void                EDebugInit(const char *s);
 void                EDebugSet(unsigned int type, int value);
 int                 EDebug(unsigned int type);



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to