Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e/src


Modified Files:
        events.c 


Log Message:
Add override redirect flag to map event debug info.

===================================================================
RCS file: /cvs/e/e16/e/src/events.c,v
retrieving revision 1.124
retrieving revision 1.125
diff -u -3 -r1.124 -r1.125
--- events.c    28 May 2006 09:25:58 -0000      1.124
+++ events.c    7 Aug 2006 23:19:17 -0000       1.125
@@ -896,13 +896,16 @@
      case CreateNotify:
      case DestroyNotify:
      case UnmapNotify:
-     case MapNotify:
      case MapRequest:
      case EX_EVENT_CREATE_GONE:
      case EX_EVENT_UNMAP_GONE:
-     case EX_EVENT_MAP_GONE:
      case EX_EVENT_MAPREQUEST_GONE:
        Eprintf("%s win=%#lx\n", buf, ev->xcreatewindow.window);
+       break;
+     case MapNotify:
+     case EX_EVENT_MAP_GONE:
+       Eprintf("%s win=%#lx or=%d\n", buf, ev->xmap.window,
+               ev->xmap.override_redirect);
        break;
      case ReparentNotify:
      case EX_EVENT_REPARENT_GONE:



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