diff options
author | marha <marha@users.sourceforge.net> | 2012-08-01 08:05:10 +0200 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2012-08-01 08:05:10 +0200 |
commit | 0009081c420a7549d5d124d2497b0d8d7f0820f9 (patch) | |
tree | 12308713db832f50e74390ecf8ca2b05a60bcb6e /xorg-server/hw/xwin | |
parent | 949282a6e80256ab56a1e95e484886873c7c0e4a (diff) | |
download | vcxsrv-0009081c420a7549d5d124d2497b0d8d7f0820f9.tar.gz vcxsrv-0009081c420a7549d5d124d2497b0d8d7f0820f9.tar.bz2 vcxsrv-0009081c420a7549d5d124d2497b0d8d7f0820f9.zip |
Solved compile errors
Diffstat (limited to 'xorg-server/hw/xwin')
-rw-r--r-- | xorg-server/hw/xwin/winclipboardxevents.c | 4 |
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 */ |