Enlightenment CVS committal Author : kwo Project : e16 Module : e
Dir : e16/e/src Modified Files: ewin-ops.c Log Message: Fix setting focusclick window attribute. =================================================================== RCS file: /cvsroot/enlightenment/e16/e/src/ewin-ops.c,v retrieving revision 1.84 retrieving revision 1.85 diff -u -3 -r1.84 -r1.85 --- ewin-ops.c 22 Dec 2005 18:43:15 -0000 1.84 +++ ewin-ops.c 22 Dec 2005 18:52:55 -0000 1.85 @@ -39,6 +39,8 @@ {"border", 2, 1, 0, EWIN_OP_BORDER}, {"title", 2, 1, 1, EWIN_OP_TITLE}, + {"focusclick", 0, 1, 1, EWIN_OP_FOCUS_CLICK}, /* Place before "focus" */ + {"close", 2, 1, 0, EWIN_OP_CLOSE}, {"kill", 0, 1, 0, EWIN_OP_KILL}, {"iconify", 2, 1, 1, EWIN_OP_ICONIFY}, @@ -73,7 +75,6 @@ {"snap", 0, 1, 0, EWIN_OP_SNAP}, - {"focusclick", 0, 1, 1, EWIN_OP_FOCUS_CLICK}, {"never_use_area", 0, 1, 1, EWIN_OP_NEVER_USE_AREA}, {"no_button_grabs", 0, 1, 1, EWIN_OP_NO_BUTTON_GRABS}, {"skiplists", 4, 1, 1, EWIN_OP_SKIP_LISTS}, ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs