diff options
Diffstat (limited to 'xorg-server/hw/xwin/winclipboardwrappers.c')
-rwxr-xr-x[-rw-r--r--] | xorg-server/hw/xwin/winclipboardwrappers.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/xorg-server/hw/xwin/winclipboardwrappers.c b/xorg-server/hw/xwin/winclipboardwrappers.c index 2671fc000..c0598f9b3 100644..100755 --- a/xorg-server/hw/xwin/winclipboardwrappers.c +++ b/xorg-server/hw/xwin/winclipboardwrappers.c @@ -33,6 +33,7 @@ #ifdef HAVE_XWIN_CONFIG_H #include <xwin-config.h> #endif + #include "win.h" #include "dixstruct.h" #include <X11/Xatom.h> @@ -52,19 +53,13 @@ DISPATCH_PROC(winProcEstablishConnection); DISPATCH_PROC(winProcSetSelectionOwner); -/* - * References to external symbols - */ - extern Bool g_fClipboardLaunched; extern Bool g_fClipboardStarted; -extern Bool g_fClipboard; extern Window g_iClipboardWindow; extern Atom g_atomLastOwnedSelection; extern HWND g_hwndClipboard; extern Bool g_fClipboardPrimary; - /* * Wrapper for internal EstablishConnection function. * Initializes internal clients that must not be started until |