Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_border.c e_main.c 


Log Message:


set frame size and virtual roots to make apps that try manage their own
geometyr work with vroots (gtk is broken in this regard - workign on gtk
patch to respect NET_VIRTUAL_ROOTS from NETWM)

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_border.c,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -3 -r1.66 -r1.67
--- e_border.c  13 Jan 2005 06:44:19 -0000      1.66
+++ e_border.c  13 Jan 2005 07:19:02 -0000      1.67
@@ -2087,6 +2087,7 @@
        bd->client_inset.r = r;
        bd->client_inset.t = t;
        bd->client_inset.b = b;
+       ecore_x_netwm_frame_size_set(bd->client.win, l, r, t, b);
        bd->w += (bd->client_inset.l + bd->client_inset.r);
        bd->h += (bd->client_inset.t + bd->client_inset.b);
        bd->changes.size = 1;
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_main.c,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -3 -r1.24 -r1.25
--- e_main.c    12 Jan 2005 16:03:08 -0000      1.24
+++ e_main.c    13 Jan 2005 07:19:03 -0000      1.25
@@ -549,7 +549,7 @@
                         }
                    }
               }
-
+            ecore_x_netwm_desk_roots_set(man->root, 1, &(con->win));
             e_container_show(con);
          }
        else




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