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: Sun, 20 Jan 2002 18:10:36 -0500

Index: emacs/src/w32term.h
diff -c emacs/src/w32term.h:1.41 emacs/src/w32term.h:1.42
*** emacs/src/w32term.h:1.41    Sun Jan 13 07:13:25 2002
--- emacs/src/w32term.h Sun Jan 20 18:10:35 2002
***************
*** 722,728 ****
  #define WM_EMACS_TOGGLE_LOCK_KEY       (WM_EMACS_START + 14)
  #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) 
--- 722,730 ----
  #define WM_EMACS_TOGGLE_LOCK_KEY       (WM_EMACS_START + 14)
  #define WM_EMACS_TRACK_CARET           (WM_EMACS_START + 15)
  #define WM_EMACS_DESTROY_CARET         (WM_EMACS_START + 16)
! #define WM_EMACS_SHOW_CARET            (WM_EMACS_START + 17)
! #define WM_EMACS_HIDE_CARET            (WM_EMACS_START + 18)
! #define WM_EMACS_END                   (WM_EMACS_START + 19)
  
  #define WND_FONTWIDTH_INDEX    (0) 
  #define WND_LINEHEIGHT_INDEX   (4) 



reply via email to

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