diff options
Diffstat (limited to 'hw/xwin/winclipboard.h')
-rw-r--r-- | hw/xwin/winclipboard.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/xwin/winclipboard.h b/hw/xwin/winclipboard.h index 089c2913b..3285702ac 100644 --- a/hw/xwin/winclipboard.h +++ b/hw/xwin/winclipboard.h @@ -71,6 +71,8 @@ #define WIN_XEVENTS_SHUTDOWN 1 #define WIN_XEVENTS_CONVERT 2 #define WIN_XEVENTS_NOTIFY 3 +#define WIN_CLIPBOARD_RETRIES 40 +#define WIN_CLIPBOARD_DELAY 1 #define WM_WM_REINIT (WM_USER + 1) |