Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_hints.c 


Log Message:


set CLIENT window id, not border.

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_hints.c,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -3 -r1.90 -r1.91
--- e_hints.c   26 Aug 2006 08:32:56 -0000      1.90
+++ e_hints.c   1 Sep 2006 22:42:11 -0000       1.91
@@ -244,7 +244,7 @@
                  c = cl->data;
                  bl = e_container_border_list_first(c);
                  while ((b = e_container_border_list_next(bl)))
-                   clients[i++] = b->win;
+                   clients[i++] = b->client.win;
                  e_container_border_list_free(bl);
               }
          }



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