Magellan Linux

Annotation of /trunk/tigervnc/patches/tigervnc-1.0.1-r3932.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1201 - (hide annotations) (download)
Mon Nov 22 23:25:59 2010 UTC (13 years, 7 months ago) by niro
File size: 357 byte(s)
-patches for 1.0.1 against xorg-server-1.7
1 niro 1201 Index: unix/xserver/hw/vnc/Input.cc
2     ===================================================================
3     --- unix/xserver/hw/vnc/Input.cc (revision 3931)
4     +++ unix/xserver/hw/vnc/Input.cc (revision 3932)
5     @@ -482,7 +482,7 @@
6     vlog.debug("Ignoring caps lock");
7     return;
8     }
9     -vlog.debug("keysym %d", keysym);
10     +
11     #if XORG >= 17
12     keyc = dev->u.master->key;
13