aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJason Rumney2002-05-22 19:36:13 +0000
committerJason Rumney2002-05-22 19:36:13 +0000
commit6a6ab7b654d36311e83952fb03f2f5a80545ce20 (patch)
tree0a0277502d51f5132eb4ba1f1481033f77e5e0ab /src
parent23afac8fab209cf0a50fae138d7cbd98555398c0 (diff)
downloademacs-6a6ab7b654d36311e83952fb03f2f5a80545ce20.tar.gz
emacs-6a6ab7b654d36311e83952fb03f2f5a80545ce20.zip
(text_cursor_kinds): New enumeration member HBAR_CURSOR.
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 910d06ba9a7..a5fa83c97f7 100644
--- a/src/w32term.h
+++ b/src/w32term.h
@@ -67,7 +67,8 @@ enum text_cursor_kinds {
67 NO_CURSOR = -1, 67 NO_CURSOR = -1,
68 FILLED_BOX_CURSOR, 68 FILLED_BOX_CURSOR,
69 HOLLOW_BOX_CURSOR, 69 HOLLOW_BOX_CURSOR,
70 BAR_CURSOR 70 BAR_CURSOR,
71 HBAR_CURSOR
71}; 72};
72 73
73/* Structure recording bitmaps and reference count. 74/* Structure recording bitmaps and reference count.