Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e/src


Modified Files:
        windowmatch.c 


Log Message:
Disable broken set area window match operation.

===================================================================
RCS file: /cvs/e/e16/e/src/windowmatch.c,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -3 -r1.70 -r1.71
--- windowmatch.c       24 Mar 2008 09:47:50 -0000      1.70
+++ windowmatch.c       5 Jun 2008 17:32:50 -0000       1.71
@@ -674,12 +674,14 @@
        EoSetDesk(ewin, DeskGet(atoi(args)));
        break;
 
+#if 0                          /* Causes crash */
      case EWIN_OP_AREA:
        a = b = 0;
        if (sscanf(args, "%u %u", &a, &b) < 2)
           break;
        EwinMoveToArea(ewin, a, b);     /* FIXME - We should not move here */
        break;
+#endif
 
      case EWIN_OP_MOVE:
        a = ewin->client.x;



-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to