Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e/src


Modified Files:
        desktops.c desktops.h 


Log Message:
Virtual root event handling tweaks.
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/src/desktops.c,v
retrieving revision 1.189
retrieving revision 1.190
diff -u -3 -r1.189 -r1.190
--- desktops.c  18 Oct 2005 18:00:53 -0000      1.189
+++ desktops.c  18 Oct 2005 18:39:00 -0000      1.190
@@ -364,12 +364,9 @@
        EGetWindowAttributes(EoGetWin(dsk), &xwa);
        dsk->event_mask = xwa.your_event_mask | EDESK_EVENT_MASK;
        event_mask =
+          EnterWindowMask | LeaveWindowMask |
           PropertyChangeMask | SubstructureRedirectMask |
           ButtonPressMask | ButtonReleaseMask;
-#if USE_COMPOSITE
-       /* Handle ConfigureNotify's while sliding */
-       event_mask |= SubstructureNotifyMask;
-#endif
      }
    ESelectInput(EoGetWin(dsk), event_mask);
 }
@@ -627,7 +624,7 @@
    ModulesSignal(ESIGNAL_DESK_RESIZE, NULL);
 }
 
-void
+static void
 DesksEventsConfigure(int mode)
 {
    unsigned int        i;
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/src/desktops.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- desktops.h  18 Sep 2005 06:35:37 -0000      1.5
+++ desktops.h  18 Oct 2005 18:39:00 -0000      1.6
@@ -77,6 +77,5 @@
 void                DeskSetCurrentArea(int ax, int ay);
 void                DesksClear(void);
 void                DesksResize(int w, int h);
-void                DesksEventsConfigure(int mode);
 
 #endif /* _DESKTOPS_H_ */




-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to