Mercurial > emacs
changeset 21615:5e5491345bbb
(WM_EMACS_SETFOREGROUND, WM_EMACS_SETLOCALE):
New message macros.
author | Geoff Voelker <voelker@cs.washington.edu> |
---|---|
date | Fri, 17 Apr 1998 05:12:27 +0000 |
parents | 2624d8dcc73f |
children | b0387f13fc0a |
files | src/w32term.h |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/w32term.h Fri Apr 17 05:11:31 1998 +0000 +++ b/src/w32term.h Fri Apr 17 05:12:27 1998 +0000 @@ -603,7 +603,9 @@ #define WM_EMACS_DESTROYWINDOW (WM_EMACS_START + 0x06) #define WM_EMACS_TRACKPOPUPMENU (WM_EMACS_START + 0x07) #define WM_EMACS_SETFOCUS (WM_EMACS_START + 0x08) -#define WM_EMACS_END (WM_EMACS_START + 0x10) +#define WM_EMACS_SETFOREGROUND (WM_EMACS_START + 0x09) +#define WM_EMACS_SETLOCALE (WM_EMACS_START + 0x0a) +#define WM_EMACS_END (WM_EMACS_START + 0x0b) #define WND_FONTWIDTH_INDEX (0) #define WND_LINEHEIGHT_INDEX (4)