diff options
Diffstat (limited to 'package/x11vnc/patches/patch-src_util_c')
| -rw-r--r-- | package/x11vnc/patches/patch-src_util_c | 12 | 
1 files changed, 12 insertions, 0 deletions
| diff --git a/package/x11vnc/patches/patch-src_util_c b/package/x11vnc/patches/patch-src_util_c new file mode 100644 index 000000000..c16d39ae6 --- /dev/null +++ b/package/x11vnc/patches/patch-src_util_c @@ -0,0 +1,12 @@ +--- x11vnc-0.9.16.orig/src/util.c	2019-01-05 14:22:11.000000000 +0100 ++++ x11vnc-0.9.16/src/util.c	2022-12-30 16:45:15.602697333 +0100 +@@ -47,6 +47,9 @@ int hxl = 0; + #ifdef LIBVNCSERVER_HAVE_LIBPTHREAD + MUTEX(x11Mutex); + MUTEX(scrollMutex); ++MUTEX(clientMutex); ++MUTEX(inputMutex); ++MUTEX(pointerMutex); + #endif +  + int nfix(int i, int n); | 
