# HG changeset patch # User Jason Rumney # Date 1043190365 0 # Node ID fdaa0f133d3f5ff8d3d2cf420ca224c8104a7883 # Parent 5518e109ec3bf2dca2a9941059ed9a301d214728 2003-01-21 KOBAYASHI Yasuhiro * w32term.h (struct w32_output): New member hand_cursor. (WM_EMACS_SETCURSOR): New message definition. diff -r 5518e109ec3b -r fdaa0f133d3f src/w32term.h --- a/src/w32term.h Tue Jan 21 23:05:18 2003 +0000 +++ b/src/w32term.h Tue Jan 21 23:06:05 2003 +0000 @@ -350,6 +350,7 @@ Cursor cross_cursor; Cursor hourglass_cursor; Cursor horizontal_drag_cursor; + Cursor hand_cursor; /* Window whose cursor is hourglass_cursor. This window is temporarily mapped to display an hourglass cursor. */ @@ -735,7 +736,8 @@ #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 WM_EMACS_SETCURSOR (WM_EMACS_START + 19) +#define WM_EMACS_END (WM_EMACS_START + 20) #define WND_FONTWIDTH_INDEX (0) #define WND_LINEHEIGHT_INDEX (4)