Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e/src


Modified Files:
        moveresize.c 


Log Message:
Don't always set move mode for windows with transients or in group to opaque.
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/src/moveresize.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- moveresize.c        17 Feb 2004 23:28:25 -0000      1.3
+++ moveresize.c        7 Mar 2004 22:51:35 -0000       1.4
@@ -42,8 +42,10 @@
 
    mode_moveresize_ewin = ewin;
    real_move_mode = conf.movemode;
+#if 0                          /* Why do this? Let's see what happens if we don't :) 
*/
    if (((ewin->groups) || (ewin->has_transients)) && (conf.movemode > 0))
       conf.movemode = 0;
+#endif
    if (conf.movemode > 0)
      {
        FX_Pause();




-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to