# HG changeset patch # User Geoff Voelker # Date 892789947 0 # Node ID 5e5491345bbb2a6dfc117089169607c07a1d6fe0 # Parent 2624d8dcc73f0ec57c0982bc9c5af1a0ddb5b535 (WM_EMACS_SETFOREGROUND, WM_EMACS_SETLOCALE): New message macros. diff -r 2624d8dcc73f -r 5e5491345bbb src/w32term.h --- 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)