Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e/src


Modified Files:
        desktops.c ewins.c 


Log Message:
Fix showing root window tooltips (broken recently).

===================================================================
RCS file: /cvs/e/e16/e/src/desktops.c,v
retrieving revision 1.263
retrieving revision 1.264
diff -u -3 -r1.263 -r1.264
--- desktops.c  11 Jul 2007 09:30:58 -0000      1.263
+++ desktops.c  18 Jul 2007 11:09:49 -0000      1.264
@@ -1957,8 +1957,6 @@
        break;
 
      case MotionNotify:
-       if (ev->xmotion.subwindow != None)
-          break;
        TooltipsSetPending(1, DeskGetAclass, dsk);
        break;
      }
===================================================================
RCS file: /cvs/e/e16/e/src/ewins.c,v
retrieving revision 1.206
retrieving revision 1.207
diff -u -3 -r1.206 -r1.207
--- ewins.c     11 Jul 2007 09:30:58 -0000      1.206
+++ ewins.c     18 Jul 2007 11:09:49 -0000      1.207
@@ -269,7 +269,8 @@
    EMapWindow(ewin->win_container);
 
    att.event_mask = EWIN_TOP_EVENT_MASK;
-   att.do_not_propagate_mask = ButtonPressMask | ButtonReleaseMask;
+   att.do_not_propagate_mask =
+      ButtonPressMask | ButtonReleaseMask | PointerMotionMask;
    EChangeWindowAttributes(EoGetWin(ewin), CWEventMask | CWDontPropagate, 
&att);
 
    ewin->client.event_mask = EWIN_CLIENT_EVENT_MASK;



-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to