aboutsummaryrefslogtreecommitdiff
path: root/xorg-server/hw/xwin/winglobals.h
diff options
context:
space:
mode:
Diffstat (limited to 'xorg-server/hw/xwin/winglobals.h')
-rw-r--r--xorg-server/hw/xwin/winglobals.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/xorg-server/hw/xwin/winglobals.h b/xorg-server/hw/xwin/winglobals.h
index 722569bf9..ffec0acf4 100644
--- a/xorg-server/hw/xwin/winglobals.h
+++ b/xorg-server/hw/xwin/winglobals.h
@@ -75,6 +75,9 @@ typedef int (*winDispatchProcPtr) (ClientPtr);
extern winDispatchProcPtr winProcEstablishConnectionOrig;
extern winDispatchProcPtr winProcSetSelectionOwnerOrig;
#endif
+extern Bool g_fUnicodeClipboard;
+extern Bool g_fClipboard;
+extern Bool g_fClipboardStarted;
/* The global X default icons */
#if defined(XWIN_MULTIWINDOW)