Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e/src


Modified Files:
        eobj.c 


Log Message:
Fix CM bug with InputOnly windows.
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/src/eobj.c,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -3 -r1.56 -r1.57
--- eobj.c      27 Oct 2005 23:18:35 -0000      1.56
+++ eobj.c      31 Oct 2005 22:35:00 -0000      1.57
@@ -253,11 +253,13 @@
    if (!eo)
       return eo;
 
+   if (attr.class == InputOnly)
+      eo->inputonly = 1;
+
    EobjInit(eo, type, win, attr.x, attr.y, attr.width, attr.height, 0, NULL);
+
    eo->name = ecore_x_icccm_title_get(win);
    eo->external = 1;
-   if (attr.class == InputOnly)
-      eo->inputonly = 1;
 
 #if 1                          /* FIXME - TBD */
    if (type == EOBJ_TYPE_EXT)




-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.
Get Certified Today * Register for a JBoss Training Course
Free Certification Exam for All Training Attendees Through End of 2005
Visit http://www.jboss.com/services/certification for more information
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to