Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e/src


Modified Files:
        events.c 


Log Message:
A bit more event debug.
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/src/events.c,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -3 -r1.60 -r1.61
--- events.c    6 Apr 2004 23:47:24 -0000       1.60
+++ events.c    7 Apr 2004 21:39:58 -0000       1.61
@@ -675,11 +675,14 @@
      case GraphicsExpose:
      case NoExpose:
      case VisibilityNotify:
+       goto case_common;
      case CreateNotify:
      case DestroyNotify:
      case UnmapNotify:
      case MapNotify:
      case MapRequest:
+       printf("EV-%s ev=%#lx win=%#lx\n", name, win, ev->xcreatewindow.window);
+       break;
      case ReparentNotify:
        goto case_common;
      case ConfigureNotify:




-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to