Enlightenment CVS committal Author : raster Project : e17 Module : libs/ecore
Dir : e17/libs/ecore/src/lib/ecore_x Modified Files: Ecore_X.h ecore_x_icccm.c Log Message: some defines, a fix for ecores main loop so if an idle enterer generates events we dont sit and wait on timers or fd's before processing them. =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/ecore/src/lib/ecore_x/Ecore_X.h,v retrieving revision 1.70 retrieving revision 1.71 diff -u -3 -r1.70 -r1.71 --- Ecore_X.h 2 Nov 2004 04:03:27 -0000 1.70 +++ Ecore_X.h 8 Nov 2004 00:08:26 -0000 1.71 @@ -716,6 +716,14 @@ ECORE_X_WINDOW_CONFIGURE_MASK_STACK_MODE = (1 << 6) } Ecore_X_Window_Configure_Mask; +typedef enum _Ecore_X_Window_Stack_Mode { + ECORE_X_WINDOW_STACK_ABOVE = 0, + ECORE_X_WINDOW_STACK_BELOW = 1, + ECORE_X_WINDOW_STACK_TOP_IF = 2, + ECORE_X_WINDOW_STACK_BOTTOM_IF = 3, + ECORE_X_WINDOW_STACK_OPPOSITE = 4 +} Ecore_X_Window_Stack_Mode; + /* Window layer constants */ #define ECORE_X_WINDOW_LAYER_BELOW 2 #define ECORE_X_WINDOW_LAYER_NORMAL 4 =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/ecore/src/lib/ecore_x/ecore_x_icccm.c,v retrieving revision 1.4 retrieving revision 1.5 diff -u -3 -r1.4 -r1.5 --- ecore_x_icccm.c 2 Nov 2004 04:03:27 -0000 1.4 +++ ecore_x_icccm.c 8 Nov 2004 00:08:26 -0000 1.5 @@ -325,13 +325,12 @@ } /* FIXME: move these things in here as they are icccm related */ -/* get/set min.max etc. size */ +/* get/set wm protocols */ /* get/set title */ /* get/set name/class */ /* get/set machine */ /* get/set command */ /* get/set icon name */ -/* get/set wm protocols */ /* get/set colormap windows */ /* get/set window role */ /* get/set client leader */ ------------------------------------------------------- This SF.Net email is sponsored by: Sybase ASE Linux Express Edition - download now for FREE LinuxWorld Reader's Choice Award Winner for best database on Linux. http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click _______________________________________________ enlightenment-cvs mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs