Enlightenment CVS committal Author : kwo Project : e16 Module : e
Dir : e16/e/src Modified Files: Makefile.am mod-misc.c Added Files: glwin.c Log Message: Add glx test thingy. =================================================================== RCS file: /cvs/e/e16/e/src/Makefile.am,v retrieving revision 1.86 retrieving revision 1.87 diff -u -3 -r1.86 -r1.87 --- Makefile.am 18 May 2007 08:25:01 -0000 1.86 +++ Makefile.am 15 Jun 2007 20:33:10 -0000 1.87 @@ -1,6 +1,6 @@ SUBDIRS = -EXTRA_DIST = gnome.c eglx.c eglx.h ecompmgr.c ecompmgr.h magwin.c snprintf.c +EXTRA_DIST = gnome.c eglx.c eglx.h glwin.c ecompmgr.c ecompmgr.h magwin.c snprintf.c bin_PROGRAMS = e16 @@ -8,7 +8,7 @@ SRCS_GNOME = gnome.c endif if HAVE_GLX -SRCS_GLX = eglx.c eglx.h +SRCS_GLX = eglx.c eglx.h glwin.c endif if HAVE_COMPOSITE SRCS_ECOMPMGR = ecompmgr.c ecompmgr.h magwin.c =================================================================== RCS file: /cvs/e/e16/e/src/mod-misc.c,v retrieving revision 1.55 retrieving revision 1.56 diff -u -3 -r1.55 -r1.56 --- mod-misc.c 15 Jun 2007 19:42:41 -0000 1.55 +++ mod-misc.c 15 Jun 2007 20:33:10 -0000 1.56 @@ -40,6 +40,9 @@ extern const EModule ModCompMgr; extern const EModule ModMagwin; #endif +#if USE_GLX +extern const EModule ModGlwin; +#endif extern const EModule ModCursors; extern const EModule ModDesktops; extern const EModule ModEffects; @@ -77,6 +80,9 @@ &ModEwins, &ModEffects, &ModFocus, +#if USE_GLX + &ModGlwin, +#endif &ModGroups, &ModIconboxes, &ModImageclass, ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs