Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e/src


Modified Files:
        borders.c 


Log Message:
Fix windows sometimes getting stuck to pointer.

===================================================================
RCS file: /cvs/e/e16/e/src/borders.c,v
retrieving revision 1.295
retrieving revision 1.296
diff -u -3 -r1.295 -r1.296
--- borders.c   17 Jan 2007 01:10:42 -0000      1.295
+++ borders.c   8 Apr 2007 19:25:02 -0000       1.296
@@ -902,7 +902,11 @@
    int                 part = wbit - ewin->bits;
    int                 left = wbit->left;
 
-   GrabPointerRelease();
+   if (ev)
+     {
+       GrabPointerRelease();
+       ActionsEnd(ewin);
+     }
 
    if ((wbit->state == STATE_CLICKED) && (!wbit->left))
       wbit->state = STATE_HILITED;



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to