Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_border.c 


Log Message:


icccm compliate configurereq handling

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_border.c,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -3 -r1.65 -r1.66
--- e_border.c  13 Jan 2005 06:08:07 -0000      1.65
+++ e_border.c  13 Jan 2005 06:44:19 -0000      1.66
@@ -1009,9 +1009,9 @@
                    e->value_mask & ECORE_X_WINDOW_CONFIGURE_MASK_Y,
                    bd->client.win, x, y);
             if (e->value_mask & ECORE_X_WINDOW_CONFIGURE_MASK_X)
-              x = e->x - bd->client_inset.l;
+              x = e->x;
             if (e->value_mask & ECORE_X_WINDOW_CONFIGURE_MASK_Y)
-              y = e->y - bd->client_inset.t;
+              y = e->y;
             if ((e->value_mask & ECORE_X_WINDOW_CONFIGURE_MASK_W) ||
                 (e->value_mask & ECORE_X_WINDOW_CONFIGURE_MASK_H))
               {
@@ -1046,9 +1046,6 @@
             printf("##- ASK FOR 0x%x TO RESIZE TO [FLG W%iH%i] %i,%i\n", 
                    e->value_mask & ECORE_X_WINDOW_CONFIGURE_MASK_W,
                    e->value_mask & ECORE_X_WINDOW_CONFIGURE_MASK_H,
-                   
-                   
-                   
                    bd->client.win, e->w, e->h);
             e_border_resize(bd, w, h);
          }
@@ -2230,8 +2227,8 @@
             pnd = bd->pending_move_resize->data;
             if (pnd->move)
               {
-                 bd->x = pnd->x - bd->client_inset.l;
-                 bd->y = pnd->y - bd->client_inset.t;
+                 bd->x = pnd->x;
+                 bd->y = pnd->y;
                  bd->changes.pos = 1;
               }
             if (pnd->resize)




-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to