Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
614c350c
Commit
614c350c
authored
Apr 17, 1998
by
Geoff Voelker
Browse files
(WM_EMACS_SETFOREGROUND, WM_EMACS_SETLOCALE):
New message macros.
parent
ef0e360f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
src/w32term.h
src/w32term.h
+3
-1
No files found.
src/w32term.h
View file @
614c350c
...
...
@@ -603,7 +603,9 @@ extern void w32_unload_font ();
#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)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment