diff src/w32term.h @ 45466:99208aa9226d

(text_cursor_kinds): New enumeration member HBAR_CURSOR.
author Jason Rumney <jasonr@gnu.org>
date Wed, 22 May 2002 19:36:13 +0000
parents 1e76e5ebe710
children 7746b52cf1c9
line wrap: on
line diff
--- a/src/w32term.h	Wed May 22 19:35:48 2002 +0000
+++ b/src/w32term.h	Wed May 22 19:36:13 2002 +0000
@@ -67,7 +67,8 @@
   NO_CURSOR = -1,
   FILLED_BOX_CURSOR,
   HOLLOW_BOX_CURSOR,
-  BAR_CURSOR
+  BAR_CURSOR,
+  HBAR_CURSOR
 };
 
 /* Structure recording bitmaps and reference count.