diff options
| author | Richard M. Stallman | 2002-07-27 18:56:36 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2002-07-27 18:56:36 +0000 |
| commit | 1475142b5ac9bbd4197d83f61cebd67f03cd4dad (patch) | |
| tree | 8a39011810db22e56d8b0dce7312afeee1455743 /src | |
| parent | 818001cc232d6800b41aa6804330351601af7acc (diff) | |
| download | emacs-1475142b5ac9bbd4197d83f61cebd67f03cd4dad.tar.gz emacs-1475142b5ac9bbd4197d83f61cebd67f03cd4dad.zip | |
(FRAME_CURSOR_WIDTH): New macro.
Diffstat (limited to 'src')
| -rw-r--r-- | src/xterm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xterm.h b/src/xterm.h index d5b01aec97f..2258577833a 100644 --- a/src/xterm.h +++ b/src/xterm.h | |||
| @@ -695,6 +695,7 @@ enum | |||
| 695 | #define PIXEL_HEIGHT(f) ((f)->output_data.x->pixel_height) | 695 | #define PIXEL_HEIGHT(f) ((f)->output_data.x->pixel_height) |
| 696 | 696 | ||
| 697 | #define FRAME_DESIRED_CURSOR(f) ((f)->output_data.x->desired_cursor) | 697 | #define FRAME_DESIRED_CURSOR(f) ((f)->output_data.x->desired_cursor) |
| 698 | #define FRAME_CURSOR_WIDTH(f) ((f)->output_data.x->cursor_width) | ||
| 698 | 699 | ||
| 699 | #define FRAME_XIC(f) ((f)->output_data.x->xic) | 700 | #define FRAME_XIC(f) ((f)->output_data.x->xic) |
| 700 | #define FRAME_X_XIM(f) (FRAME_X_DISPLAY_INFO (f)->xim) | 701 | #define FRAME_X_XIM(f) (FRAME_X_DISPLAY_INFO (f)->xim) |