Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e/src


Modified Files:
        events.c 


Log Message:
Debug printout for ReparentNotify event.
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/src/events.c,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -3 -r1.64 -r1.65
--- events.c    15 Apr 2004 19:46:39 -0000      1.64
+++ events.c    28 Apr 2004 22:18:55 -0000      1.65
@@ -665,7 +665,9 @@
                ev->xcreatewindow.window);
        break;
      case ReparentNotify:
-       goto case_common;
+       Eprintf("EV-%s ev=%#lx win=%#lx parent=%#lx\n", name, win,
+               ev->xreparent.window, ev->xreparent.parent);
+       break;
      case ConfigureNotify:
        Eprintf("EV-%s: win=%#lx event=%#lx %d+%d %dx%d bw=%d above=%#lx\n",
                name, ev->xconfigure.window, win,




-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE. 
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to