Enlightenment CVS committal Author : kwo Project : e16 Module : e
Dir : e16/e/src Modified Files: ewins.h Log Message: Add some comments. =================================================================== RCS file: /cvs/e/e16/e/src/ewins.h,v retrieving revision 1.81 retrieving revision 1.82 diff -u -3 -r1.81 -r1.82 --- ewins.h 3 Feb 2008 17:03:23 -0000 1.81 +++ ewins.h 10 Feb 2008 20:19:39 -0000 1.82 @@ -134,6 +134,8 @@ } state; struct { + /* User config */ + unsigned int focused_opacity; unsigned never_use_area:1; unsigned ignorearrange:1; unsigned skip_ext_task:1; @@ -142,15 +144,18 @@ unsigned skip_winlist:1; unsigned focusclick:1; /* Click to focus */ unsigned no_button_grabs:1; - unsigned no_actions:1; - unsigned no_resize_h:1; - unsigned no_resize_v:1; + + /* Derived from other properties */ + unsigned no_border:1; /* Never apply border (MWM/netwm type) */ + unsigned no_resize_h:1; /* ICCCM */ + unsigned no_resize_v:1; /* ICCCM */ + + /* Internal */ + unsigned autosave:1; unsigned donthide:1; /* Don't hide on show desktop */ unsigned vroot:1; /* Virtual root window */ - unsigned autosave:1; - unsigned no_border:1; /* Never apply border */ + unsigned no_actions:1; unsigned focus_when_mapped:1; - unsigned int focused_opacity; } props; EWinInhibit inh_app; EWinInhibit inh_user; ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs