Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e/src


Modified Files:
        snaps.c windowmatch.c 


Log Message:
Matches/snaps override size properties.

===================================================================
RCS file: /cvs/e/e16/e/src/snaps.c,v
retrieving revision 1.140
retrieving revision 1.141
diff -u -3 -r1.140 -r1.141
--- snaps.c     24 May 2008 18:13:17 -0000      1.140
+++ snaps.c     22 Jun 2008 22:54:49 -0000      1.141
@@ -1437,6 +1437,7 @@
      {
        ewin->client.w = sn->w;
        ewin->client.h = sn->h;
+       ewin->state.maximized_horz = ewin->state.maximized_vert = 0;
      }
 
    if (use_flags & SNAP_USE_POS)
===================================================================
RCS file: /cvs/e/e16/e/src/windowmatch.c,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -3 -r1.72 -r1.73
--- windowmatch.c       5 Jun 2008 17:59:51 -0000       1.72
+++ windowmatch.c       22 Jun 2008 22:54:49 -0000      1.73
@@ -700,6 +700,7 @@
           break;
        ewin->client.w = a;
        ewin->client.h = b;
+       ewin->state.maximized_horz = ewin->state.maximized_vert = 0;
        break;
 
      case EWIN_OP_FULLSCREEN:



-------------------------------------------------------------------------
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