aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGeoff Voelker1998-12-02 23:54:30 +0000
committerGeoff Voelker1998-12-02 23:54:30 +0000
commit93066bc2ab6611079211300de323876bc19f8c8f (patch)
tree0d87752d617965bb5cd62ebe05870e92087063c1 /src
parent9ddef9c4de640e72c02c732b035522782d0440b5 (diff)
downloademacs-93066bc2ab6611079211300de323876bc19f8c8f.tar.gz
emacs-93066bc2ab6611079211300de323876bc19f8c8f.zip
(WM_EMACS_TOGGLE_LOCK_KEY): New define.
Diffstat (limited to 'src')
-rw-r--r--src/w32term.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/w32term.h b/src/w32term.h
index 95c9b928be9..0cfa6ffce5b 100644
--- a/src/w32term.h
+++ b/src/w32term.h
@@ -628,7 +628,8 @@ extern void w32_unload_font ();
628#define WM_EMACS_SETKEYBOARDLAYOUT (WM_EMACS_START + 11) 628#define WM_EMACS_SETKEYBOARDLAYOUT (WM_EMACS_START + 11)
629#define WM_EMACS_REGISTER_HOT_KEY (WM_EMACS_START + 12) 629#define WM_EMACS_REGISTER_HOT_KEY (WM_EMACS_START + 12)
630#define WM_EMACS_UNREGISTER_HOT_KEY (WM_EMACS_START + 13) 630#define WM_EMACS_UNREGISTER_HOT_KEY (WM_EMACS_START + 13)
631#define WM_EMACS_END (WM_EMACS_START + 14) 631#define WM_EMACS_TOGGLE_LOCK_KEY (WM_EMACS_START + 14)
632#define WM_EMACS_END (WM_EMACS_START + 15)
632 633
633#define WND_FONTWIDTH_INDEX (0) 634#define WND_FONTWIDTH_INDEX (0)
634#define WND_LINEHEIGHT_INDEX (4) 635#define WND_LINEHEIGHT_INDEX (4)