From 2614b017fb8a28f360897ece66815934fd1562f5 Mon Sep 17 00:00:00 2001 From: marha Date: Sun, 8 Jun 2014 14:57:43 +0200 Subject: Updated following packages: xproto 7.0.26 fontsproto 2.1.3 inputproto 2.3.1 --- X11/Xthreads.h | 1 + 1 file changed, 1 insertion(+) (limited to 'X11/Xthreads.h') diff --git a/X11/Xthreads.h b/X11/Xthreads.h index 3d4420825..2027127eb 100644 --- a/X11/Xthreads.h +++ b/X11/Xthreads.h @@ -107,6 +107,7 @@ typedef struct { struct _xthread_waiter *waiters; } xcondition_rec; typedef CRITICAL_SECTION xmutex_rec; +extern void _Xthread_init(void); # define xthread_init() _Xthread_init() # define xthread_self GetCurrentThreadId # define xthread_fork(func,closure) { \ -- cgit v1.2.3