]> git.pld-linux.org Git - packages/tigervnc.git/blob - tigervnc-xserver-1.18.patch
- updated to 1.6.0
[packages/tigervnc.git] / tigervnc-xserver-1.18.patch
1 diff -Nur tigervnc-49d0629dd87c0eb695d72dec7481e9169f55ae9e.orig/unix/xserver/hw/vnc/xorg-version.h tigervnc-49d0629dd87c0eb695d72dec7481e9169f55ae9e/unix/xserver/hw/vnc/xorg-version.h
2 --- tigervnc-49d0629dd87c0eb695d72dec7481e9169f55ae9e.orig/unix/xserver/hw/vnc/xorg-version.h   2015-03-01 12:58:35.000000000 -0700
3 +++ tigervnc-49d0629dd87c0eb695d72dec7481e9169f55ae9e/unix/xserver/hw/vnc/xorg-version.h        2015-08-04 09:46:14.796336147 -0600
4 @@ -48,8 +48,10 @@
5  #define XORG 116
6  #elif XORG_VERSION_CURRENT < ((1 * 10000000) + (17 * 100000) + (99 * 1000))
7  #define XORG 117
8 +#elif XORG_VERSION_CURRENT < ((1 * 10000000) + (18 * 100000) + (99 * 1000))
9 +#define XORG 118
10  #else
11 -#error "X.Org newer than 1.17 is not supported"
12 +#error "X.Org newer than 1.18 is not supported"
13  #endif
14
15  #endif
16 diff --git a/unix/xserver/hw/vnc/Input.c b/unix/xserver/hw/vnc/Input.c
17 --- a/unix/xserver/hw/vnc/Input.c
18 +++ b/unix/xserver/hw/vnc/Input.c
19 @@ -301,7 +301,7 @@ static inline void pressKey(DeviceIntPtr dev, int kc, Bool down, const char *msg
20         n = GetKeyboardEvents(eventq, dev, action, kc);
21         enqueueEvents(dev, n);
22  #else
23 -       QueueKeyboardEvents(dev, action, kc, NULL);
24 +       QueueKeyboardEvents(dev, action, kc);
25  #endif
26  }
27  
This page took 0.064347 seconds and 3 git commands to generate.