summaryrefslogtreecommitdiff
path: root/package/x11vnc/patches/patch-src_util_h
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_h
parent8d8fa0b0b0cb3febbe63316507757be478b519bb (diff)
x11vnc: update to 0.9.16
Diffstat (limited to 'package/x11vnc/patches/patch-src_util_h')
-rw-r--r--package/x11vnc/patches/patch-src_util_h15
1 files changed, 15 insertions, 0 deletions
diff --git a/package/x11vnc/patches/patch-src_util_h b/package/x11vnc/patches/patch-src_util_h
new file mode 100644
index 000000000..147534eb2
--- /dev/null
+++ b/package/x11vnc/patches/patch-src_util_h
@@ -0,0 +1,15 @@
+--- x11vnc-0.9.16.orig/src/util.h 2019-01-05 14:22:11.000000000 +0100
++++ x11vnc-0.9.16/src/util.h 2022-12-30 16:45:15.598697256 +0100
+@@ -102,9 +102,9 @@ extern struct timeval _mysleep;
+ #ifdef LIBVNCSERVER_HAVE_LIBPTHREAD
+ extern MUTEX(x11Mutex);
+ extern MUTEX(scrollMutex);
+-MUTEX(clientMutex);
+-MUTEX(inputMutex);
+-MUTEX(pointerMutex);
++extern MUTEX(clientMutex);
++extern MUTEX(inputMutex);
++extern MUTEX(pointerMutex);
+ #endif
+
+ #define X_INIT INIT_MUTEX(x11Mutex)