Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/ecore

Dir     : e17/libs/ecore/src/lib/ecore_fb


Modified Files:
        ecore_fb_kbd.c 


Log Message:


key down/up swap

===================================================================
RCS file: /cvs/e/e17/libs/ecore/src/lib/ecore_fb/ecore_fb_kbd.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- ecore_fb_kbd.c      31 Jul 2006 04:13:51 -0000      1.1
+++ ecore_fb_kbd.c      9 Oct 2006 04:26:41 -0000       1.2
@@ -166,7 +166,7 @@
        v = read(_ecore_fb_kbd_fd, &buf, 1);
        if (v < 0) return 1;
        if (v < 1) return 1;
-       if (buf & 0x80)
+       if (!(buf & 0x80))
          {
             /* DOWN */
             int vt_switch = -1;



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