summaryrefslogtreecommitdiff
path: root/package/x11vnc/patches/patch-src_util_c
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2022-12-31 15:00:51 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2022-12-31 15:00:51 +0100
commita31858d4fc0a4268ec9334ba4ccb47aed953116b (patch)
treed8d4d7c8853726c47bca08e624dcbc06c0d0f963 /package/x11vnc/patches/patch-src_util_c
parent8d8fa0b0b0cb3febbe63316507757be478b519bb (diff)
x11vnc: update to 0.9.16
Diffstat (limited to 'package/x11vnc/patches/patch-src_util_c')
-rw-r--r--package/x11vnc/patches/patch-src_util_c12
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);