Magellan Linux

Annotation of /trunk/tigervnc/patches/tigervnc-1.5.0-xorg118-QueueKeyboardEvents.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2726 - (hide annotations) (download)
Mon Nov 23 14:45:07 2015 UTC (8 years, 5 months ago) by niro
File size: 421 byte(s)
-fixed keyboard events
1 niro 2726 diff --git a/unix/xserver/hw/vnc/Input.c b/unix/xserver/hw/vnc/Input.c
2     --- a/unix/xserver/hw/vnc/Input.c
3     +++ b/unix/xserver/hw/vnc/Input.c
4     @@ -301,7 +301,7 @@ static inline void pressKey(DeviceIntPtr dev, int kc, Bool down, const char *msg
5     n = GetKeyboardEvents(eventq, dev, action, kc);
6     enqueueEvents(dev, n);
7     #else
8     - QueueKeyboardEvents(dev, action, kc, NULL);
9     + QueueKeyboardEvents(dev, action, kc);
10     #endif
11     }
12