mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-25 03:40:05 +01:00
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
2 changed files with 3 additions and 7 deletions
|
|
@ -36,13 +36,6 @@
|
|||
#include <shellapi.h>
|
||||
#include "winprefs.h"
|
||||
|
||||
/*
|
||||
* References to external globals
|
||||
*/
|
||||
|
||||
#ifdef XWIN_CLIPBOARD
|
||||
extern Bool g_fClipboardStarted;
|
||||
#endif
|
||||
/*
|
||||
* Local function prototypes
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -73,6 +73,9 @@ typedef int (*winDispatchProcPtr) (ClientPtr);
|
|||
*/
|
||||
extern winDispatchProcPtr winProcEstablishConnectionOrig;
|
||||
#endif
|
||||
extern Bool g_fUnicodeClipboard;
|
||||
extern Bool g_fClipboard;
|
||||
extern Bool g_fClipboardStarted;
|
||||
|
||||
/* The global X default icons */
|
||||
#if defined(XWIN_MULTIWINDOW)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue