X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/8252e709fbeb1b992e1c738536abbda5974492c4..e634699906875560987ba8d6aa776ef7b8394301:/winstuff.h diff --git a/winstuff.h b/winstuff.h index 3bf43bcb..8c994c03 100644 --- a/winstuff.h +++ b/winstuff.h @@ -54,6 +54,17 @@ GLOBAL HINSTANCE hinst; #define WM_NETEVENT (WM_XUSER + 5) /* + * On Windows, we send MA_2CLK as the only event marking the second + * press of a mouse button. Compare unix.h. + */ +#define MULTICLICK_ONLY_EVENT 1 + +/* + * On Windows, data written to the clipboard must be NUL-terminated. + */ +#define SELECTION_NUL_TERMINATED 1 + +/* * Exports from winctrls.c. */