Enlightenment CVS committal Author : rbdpngn Project : e17 Module : libs/ewl
Dir : e17/libs/ewl/src/lib Modified Files: ewl_enums.h Log Message: Add the window flag for overrides. =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/lib/ewl_enums.h,v retrieving revision 1.18 retrieving revision 1.19 diff -u -3 -r1.18 -r1.19 --- ewl_enums.h 24 Oct 2005 04:19:11 -0000 1.18 +++ ewl_enums.h 27 Oct 2005 05:36:25 -0000 1.19 @@ -197,10 +197,11 @@ */ enum Ewl_Window_Flags { - EWL_WINDOW_BORDERLESS = 1, - EWL_WINDOW_USER_CONFIGURE = 2, - EWL_WINDOW_GRAB_POINTER = 4, - EWL_WINDOW_GRAB_KEYBOARD = 8 + EWL_WINDOW_BORDERLESS = 0x1, + EWL_WINDOW_USER_CONFIGURE = 0x2, + EWL_WINDOW_GRAB_POINTER = 0x4, + EWL_WINDOW_GRAB_KEYBOARD = 0x8, + EWL_WINDOW_OVERRIDE = 0x10 }; typedef enum Ewl_Window_Flags Ewl_Window_Flags; ------------------------------------------------------- This SF.Net email is sponsored by the JBoss Inc. Get Certified Today * Register for a JBoss Training Course Free Certification Exam for All Training Attendees Through End of 2005 Visit http://www.jboss.com/services/certification for more information _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs