summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Gramiak <agrambot@gmail.com>2019-05-14 13:44:53 -0600
committerAlexander Gramiak <agrambot@gmail.com>2019-05-14 13:44:53 -0600
commit81981fd23add3bceb27a4d7b0ce0df78c47280a9 (patch)
treea82f3b064069b52d752aec1143afa4563f61f046
parentf05d52cba94ac6dd0988c287b6571f39dedd5173 (diff)
downloademacs-scratch/X_Typedefs.tar.gz
fixup! Introduce Emacs_Cursor typedefscratch/X_Typedefs
-rw-r--r--src/w32term.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/w32term.h b/src/w32term.h
index 0c88d86788c..729e8d0fd49 100644
--- a/src/w32term.h
+++ b/src/w32term.h
@@ -368,7 +368,7 @@ struct w32_output
unsigned hourglass_p : 1;
/* Non-hourglass cursor that is currently active. */
- Cursor current_cursor;
+ HCURSOR current_cursor;
DWORD dwStyle;