hw/xwin: Add remaining clipboard globals to winglobals.h
Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk> Reviewed-by: Colin Harrison <colin.harrison@virgin.net>
This commit is contained in:
parent
8f9fba5bc1
commit
03a59e7f78
|
@ -36,13 +36,6 @@
|
||||||
#include <shellapi.h>
|
#include <shellapi.h>
|
||||||
#include "winprefs.h"
|
#include "winprefs.h"
|
||||||
|
|
||||||
/*
|
|
||||||
* References to external globals
|
|
||||||
*/
|
|
||||||
|
|
||||||
#ifdef XWIN_CLIPBOARD
|
|
||||||
extern Bool g_fClipboardStarted;
|
|
||||||
#endif
|
|
||||||
/*
|
/*
|
||||||
* Local function prototypes
|
* Local function prototypes
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -73,6 +73,9 @@ typedef int (*winDispatchProcPtr) (ClientPtr);
|
||||||
*/
|
*/
|
||||||
extern winDispatchProcPtr winProcEstablishConnectionOrig;
|
extern winDispatchProcPtr winProcEstablishConnectionOrig;
|
||||||
#endif
|
#endif
|
||||||
|
extern Bool g_fUnicodeClipboard;
|
||||||
|
extern Bool g_fClipboard;
|
||||||
|
extern Bool g_fClipboardStarted;
|
||||||
|
|
||||||
/* The global X default icons */
|
/* The global X default icons */
|
||||||
#if defined(XWIN_MULTIWINDOW)
|
#if defined(XWIN_MULTIWINDOW)
|
||||||
|
|
Loading…
Reference in New Issue