aboutsummaryrefslogtreecommitdiff
path: root/xorg-server/hw
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2012-08-01 08:05:10 +0200
committermarha <marha@users.sourceforge.net>2012-08-01 08:05:10 +0200
commit0009081c420a7549d5d124d2497b0d8d7f0820f9 (patch)
tree12308713db832f50e74390ecf8ca2b05a60bcb6e /xorg-server/hw
parent949282a6e80256ab56a1e95e484886873c7c0e4a (diff)
downloadvcxsrv-0009081c420a7549d5d124d2497b0d8d7f0820f9.tar.gz
vcxsrv-0009081c420a7549d5d124d2497b0d8d7f0820f9.tar.bz2
vcxsrv-0009081c420a7549d5d124d2497b0d8d7f0820f9.zip
Solved compile errors
Diffstat (limited to 'xorg-server/hw')
-rw-r--r--xorg-server/hw/xwin/winclipboardxevents.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/xorg-server/hw/xwin/winclipboardxevents.c b/xorg-server/hw/xwin/winclipboardxevents.c
index 910e437c2..7473e6de1 100644
--- a/xorg-server/hw/xwin/winclipboardxevents.c
+++ b/xorg-server/hw/xwin/winclipboardxevents.c
@@ -37,8 +37,10 @@
#include "misc.h"
#include "winmsg.h"
#include <unistd.h>
-/*
+
extern Bool g_fClipboardPrimary;
+
+/*
* Process any pending X events
*/