summaryrefslogtreecommitdiff
path: root/hw/xwin/winclipboard/internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'hw/xwin/winclipboard/internal.h')
-rw-r--r--hw/xwin/winclipboard/internal.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/hw/xwin/winclipboard/internal.h b/hw/xwin/winclipboard/internal.h
index d0d8fbda1..c2a66e887 100644
--- a/hw/xwin/winclipboard/internal.h
+++ b/hw/xwin/winclipboard/internal.h
@@ -1,4 +1,3 @@
-
/*
*Copyright (C) 2003-2004 Harold L Hunt II All Rights Reserved.
*
@@ -38,7 +37,7 @@
/* Windows headers */
#include <X11/Xwindows.h>
-#define WIN_XEVENTS_SUCCESS 0
+#define WIN_XEVENTS_SUCCESS 0 // more like 'CONTINUE'
#define WIN_XEVENTS_FAILED 1
#define WIN_XEVENTS_NOTIFY_DATA 3
#define WIN_XEVENTS_NOTIFY_TARGETS 4
@@ -75,6 +74,7 @@ typedef struct
Atom atomUTF8String;
Atom atomCompoundText;
Atom atomTargets;
+ Atom atomIncr;
} ClipboardAtoms;
/* Modern clipboard API functions */
@@ -109,6 +109,8 @@ typedef struct
{
Bool fUseUnicode;
Atom *targetList;
+ unsigned char *incr;
+ unsigned long int incrsize;
} ClipboardConversionData;
int