diff options
author | Jeremy Huddleston <jeremyhu@freedesktop.org> | 2008-12-21 14:43:12 -0800 |
---|---|---|
committer | Jeremy Huddleston <jeremyhu@freedesktop.org> | 2008-12-21 21:35:22 -0800 |
commit | 029d255a654eca6401c374d145f63bbb923554b5 (patch) | |
tree | 7f2b187fed61a58abbb0d623a7c8340337691975 /hw/xquartz/pbproxy/pbproxy.h | |
parent | b1f166f2981595aea6f8e2a336d6d25436f8a07d (diff) |
XQuartz: pbproxy: Release display notification lock when not needed to avoid deadlock
(cherry picked from commit 22f664ab95a0cae981e9cefad6f075d051583ca5)
Diffstat (limited to 'hw/xquartz/pbproxy/pbproxy.h')
-rw-r--r-- | hw/xquartz/pbproxy/pbproxy.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/xquartz/pbproxy/pbproxy.h b/hw/xquartz/pbproxy/pbproxy.h index eb1f3bae5..d24d08bfd 100644 --- a/hw/xquartz/pbproxy/pbproxy.h +++ b/hw/xquartz/pbproxy/pbproxy.h @@ -76,7 +76,6 @@ extern BOOL xpbproxy_have_xfixes; /* from x-input.m */ extern BOOL xpbproxy_input_register (void); -extern void xpbproxy_input_run (void); #ifdef DEBUG /* BEWARE: this can cause a string memory leak, according to the leaks program. */ |