From: Jason Rumney Date: Wed, 22 May 2002 19:36:13 +0000 (+0000) Subject: (text_cursor_kinds): New enumeration member HBAR_CURSOR. X-Git-Tag: ttn-vms-21-2-B4~14916 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6a6ab7b654d36311e83952fb03f2f5a80545ce20;p=emacs.git (text_cursor_kinds): New enumeration member HBAR_CURSOR. --- 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.