diff options
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) |