diff options
author | marha <marha@users.sourceforge.net> | 2011-03-07 13:19:10 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2011-03-07 13:19:10 +0000 |
commit | 407615d5836ff968b655eb4b9a5f186de3d4e7f9 (patch) | |
tree | 5cbfe69a99619a348dde0cf3e9dbfe6d02b66c14 /xorg-server/hw/xwin/winclipboardxevents.c | |
parent | b5eab44b14b3193bfc327d10e556de8236071716 (diff) | |
download | vcxsrv-407615d5836ff968b655eb4b9a5f186de3d4e7f9.tar.gz vcxsrv-407615d5836ff968b655eb4b9a5f186de3d4e7f9.tar.bz2 vcxsrv-407615d5836ff968b655eb4b9a5f186de3d4e7f9.zip |
Solved compilation problems. clipboard without primary selection is working now
Diffstat (limited to 'xorg-server/hw/xwin/winclipboardxevents.c')
-rw-r--r-- | xorg-server/hw/xwin/winclipboardxevents.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xorg-server/hw/xwin/winclipboardxevents.c b/xorg-server/hw/xwin/winclipboardxevents.c index dc7db352a..00bf90a28 100644 --- a/xorg-server/hw/xwin/winclipboardxevents.c +++ b/xorg-server/hw/xwin/winclipboardxevents.c @@ -43,6 +43,7 @@ */
extern Bool g_fUnicodeSupport;
+extern Bool g_fClipboardPrimary;
/*
|