aboutsummaryrefslogtreecommitdiff
path: root/xorg-server/hw/xwin/winclipboard.h
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2009-09-13 20:22:38 +0000
committermarha <marha@users.sourceforge.net>2009-09-13 20:22:38 +0000
commit48bfb28bba3c19eeeb667581b9d9686eba070e98 (patch)
tree9de3ab3b1ef67d672ceb77dc9576505fb82f92ad /xorg-server/hw/xwin/winclipboard.h
parentde33a8e7273592eefd303a94e87a8b38592099a1 (diff)
downloadvcxsrv-48bfb28bba3c19eeeb667581b9d9686eba070e98.tar.gz
vcxsrv-48bfb28bba3c19eeeb667581b9d9686eba070e98.tar.bz2
vcxsrv-48bfb28bba3c19eeeb667581b9d9686eba070e98.zip
Some clipboard rewrite. Clipboard seems to work now accept
for some socket shutdowns at startup (still under investigation)
Diffstat (limited to 'xorg-server/hw/xwin/winclipboard.h')
-rw-r--r--xorg-server/hw/xwin/winclipboard.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/xorg-server/hw/xwin/winclipboard.h b/xorg-server/hw/xwin/winclipboard.h
index 52675d45b..730f57920 100644
--- a/xorg-server/hw/xwin/winclipboard.h
+++ b/xorg-server/hw/xwin/winclipboard.h
@@ -150,5 +150,6 @@ int
winClipboardFlushXEvents (HWND hwnd,
int iWindow,
Display *pDisplay,
- Bool fUnicodeSupport);
+ Bool fUnicodeSupport,
+ Bool ClipboardOpened);
#endif