emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/w32term.h


From: Jason Rumney
Subject: [Emacs-diffs] Changes to emacs/src/w32term.h
Date: Sat, 10 Nov 2001 08:18:41 -0500

Index: emacs/src/w32term.h
diff -u emacs/src/w32term.h:1.35 emacs/src/w32term.h:1.36
--- emacs/src/w32term.h:1.35    Sun Oct 21 12:57:22 2001
+++ emacs/src/w32term.h Sat Oct 27 18:07:59 2001
@@ -731,7 +731,9 @@
 #define WM_EMACS_REGISTER_HOT_KEY      (WM_EMACS_START + 12)
 #define WM_EMACS_UNREGISTER_HOT_KEY    (WM_EMACS_START + 13)
 #define WM_EMACS_TOGGLE_LOCK_KEY       (WM_EMACS_START + 14)
-#define WM_EMACS_END                   (WM_EMACS_START + 15)
+#define WM_EMACS_TRACK_CARET           (WM_EMACS_START + 15)
+#define WM_EMACS_DESTROY_CARET         (WM_EMACS_START + 16)
+#define WM_EMACS_END                   (WM_EMACS_START + 17)
 
 #define WND_FONTWIDTH_INDEX    (0) 
 #define WND_LINEHEIGHT_INDEX   (4) 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]