comparison 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
comparison
equal deleted inserted replaced
45465:84120e75baa0 45466:99208aa9226d
65 65
66 enum text_cursor_kinds { 66 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.
74 If REFCOUNT is 0 then this record is free to be reused. */ 75 If REFCOUNT is 0 then this record is free to be reused. */
75 76