summaryrefslogtreecommitdiff
path: root/package/x11vnc/patches/patch-src_util_c
blob: c16d39ae62458afe83108482b308b3b6cf9d1e85 (plain)
1
2
3
4
5
6
7
8
9
10
11
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);