Enlightenment CVS committal

Author  : sebastid
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_border.c 


Log Message:
We need to remember the width and height without the border.

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_border.c,v
retrieving revision 1.513
retrieving revision 1.514
diff -u -3 -r1.513 -r1.514
--- e_border.c  17 Jul 2006 19:04:01 -0000      1.513
+++ e_border.c  17 Jul 2006 19:34:08 -0000      1.514
@@ -1895,15 +1895,12 @@
      }
    if (!bd->fullscreen)
      {
-#if 0
-       int x, y, w, h;
-#endif
        bd->pre_res_change.valid = 0;
        
        bd->saved.x = bd->x;
        bd->saved.y = bd->y;
-       bd->saved.w = bd->w;
-       bd->saved.h = bd->h;
+       bd->saved.w = bd->client.w;
+       bd->saved.h = bd->client.h;
        e_hints_window_size_set(bd);
 
        bd->client_inset.l = 0;




-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to