diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/w32term.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/w32term.h b/src/w32term.h index 8dce3c8d100..6f120b41b6f 100644 --- a/src/w32term.h +++ b/src/w32term.h | |||
| @@ -699,6 +699,10 @@ extern void w32_unload_font (); | |||
| 699 | #ifndef MSH_MOUSEWHEEL | 699 | #ifndef MSH_MOUSEWHEEL |
| 700 | #define MSH_MOUSEWHEEL "MSWHEEL_ROLLMSG" | 700 | #define MSH_MOUSEWHEEL "MSWHEEL_ROLLMSG" |
| 701 | #endif /* MSH_MOUSEWHEEL */ | 701 | #endif /* MSH_MOUSEWHEEL */ |
| 702 | #ifndef WM_XBUTTONDOWN | ||
| 703 | #define WM_XBUTTONDOWN (WM_MOUSEWHEEL + 1) | ||
| 704 | #define WM_XBUTTONUP (WM_MOUSEWHEEL + 2) | ||
| 705 | #endif /* WM_XBUTTONDOWN */ | ||
| 702 | 706 | ||
| 703 | #define WM_EMACS_START (WM_USER + 1) | 707 | #define WM_EMACS_START (WM_USER + 1) |
| 704 | #define WM_EMACS_KILL (WM_EMACS_START + 0) | 708 | #define WM_EMACS_KILL (WM_EMACS_START + 0) |