Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e/src


Modified Files:
        events.c 


Log Message:
Save pointer location on key events too.
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/src/events.c,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -3 -r1.76 -r1.77
--- events.c    13 Feb 2005 14:49:37 -0000      1.76
+++ events.c    20 Feb 2005 19:02:52 -0000      1.77
@@ -236,6 +236,7 @@
      {
      case KeyPress:            /*  2 */
      case KeyRelease:          /*  3 */
+       ModeGetXY(ev->xbutton.root, ev->xkey.x_root, ev->xkey.y_root);
        break;
      case ButtonPress:         /*  4 */
        SoundPlay("SOUND_BUTTON_CLICK");




-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to