[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/src/macterm.h
From: |
Kim F. Storm |
Subject: |
[Emacs-diffs] Changes to emacs/src/macterm.h |
Date: |
Fri, 30 Aug 2002 08:02:33 -0400 |
Index: emacs/src/macterm.h
diff -c emacs/src/macterm.h:1.1 emacs/src/macterm.h:1.2
*** emacs/src/macterm.h:1.1 Fri Apr 26 19:39:05 2002
--- emacs/src/macterm.h Fri Aug 30 08:02:32 2002
***************
*** 42,54 ****
#define FONT_MAX_WIDTH(f) FONT_WIDTH(f) /* fix later */
- enum text_cursor_kinds {
- NO_CURSOR = -1,
- FILLED_BOX_CURSOR,
- HOLLOW_BOX_CURSOR,
- BAR_CURSOR
- };
-
/* Structure recording bitmaps and reference count.
If REFCOUNT is 0 then this record is free to be reused. */
--- 42,47 ----
***************
*** 353,369 ****
#endif
- /* What kind of text cursor is drawn in this window right now?
- (If there is no cursor (phys_cursor_x < 0), then this means nothing.) */
- enum text_cursor_kinds current_cursor;
-
- /* What kind of text cursor should we draw in the future?
- This should always be filled_box_cursor or bar_cursor. */
- enum text_cursor_kinds desired_cursor;
-
- /* Width of bar cursor (if we are using that). */
- int cursor_width;
-
#if 0
DWORD dwStyle;
#endif
--- 346,351 ----
***************
*** 451,458 ****
/* These two really ought to be called FRAME_PIXEL_{WIDTH,HEIGHT}. */
#define PIXEL_WIDTH(f) ((f)->output_data.mac->pixel_width)
#define PIXEL_HEIGHT(f) ((f)->output_data.mac->pixel_height)
-
- #define FRAME_DESIRED_CURSOR(f) ((f)->output_data.mac->desired_cursor)
/* Value is the smallest width of any character in any font on frame F. */
--- 433,438 ----
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] Changes to emacs/src/macterm.h,
Kim F. Storm <=