Enlightenment CVS committal

Author  : doursse
Project : e17
Module  : test

Dir     : e17/test/orig/evas


Modified Files:
        evas_software_xcb_main.c 


Log Message:
remove the SendEvent bit

===================================================================
RCS file: /cvs/e/e17/test/orig/evas/evas_software_xcb_main.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- evas_software_xcb_main.c    14 Apr 2007 08:01:59 -0000      1.3
+++ evas_software_xcb_main.c    14 Apr 2007 08:53:21 -0000      1.4
@@ -329,7 +329,7 @@
        e = xcb_poll_for_event(conn);
 
        if (e) {
-        switch (e->response_type)
+        switch (e->response_type & ~0x80)
           {
           case XCB_BUTTON_PRESS: {
             xcb_button_press_event_t *ev = (xcb_button_press_event_t *)e;



-------------------------------------------------------------------------
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
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to