[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdebase/workspace/kcontrol/access
From:       Christoph Feck <christoph () maxiom ! de>
Date:       2010-03-02 0:44:24
Message-ID: 1267490664.271089.19251.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1097733 by cfeck:

Set type of fake XEvent

BUG: 228686


 M  +1 -0      kaccess.cpp  
 M  +1 -0      kcmaccess.cpp  


--- trunk/KDE/kdebase/workspace/kcontrol/access/kaccess.cpp #1097732:1097733
@@ -529,6 +529,7 @@
      return ""; // Somehow the keycode -> keysym mapping is flawed
 
   XEvent ev;
+  ev.type = KeyPress;
   ev.xkey.display = display;
   ev.xkey.keycode = code;
   ev.xkey.state = 0;
--- trunk/KDE/kdebase/workspace/kcontrol/access/kcmaccess.cpp #1097732:1097733
@@ -162,6 +162,7 @@
      return ""; // Somehow the keycode -> keysym mapping is flawed
 
   XEvent ev;
+  ev.type = KeyPress;
   ev.xkey.display = display;
   ev.xkey.keycode = code;
   ev.xkey.state = 0;
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic