From 6a6ab7b654d36311e83952fb03f2f5a80545ce20 Mon Sep 17 00:00:00 2001 From: Jason Rumney Date: Wed, 22 May 2002 19:36:13 +0000 Subject: [PATCH] (text_cursor_kinds): New enumeration member HBAR_CURSOR. --- src/w32term.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 { NO_CURSOR = -1, FILLED_BOX_CURSOR, HOLLOW_BOX_CURSOR, - BAR_CURSOR + BAR_CURSOR, + HBAR_CURSOR }; /* Structure recording bitmaps and reference count. -- 2.39.5