(FRAME_CURSOR_WIDTH): New macro.
This commit is contained in:
parent
818001cc23
commit
1475142b5a
1 changed files with 1 additions and 0 deletions
|
@ -695,6 +695,7 @@ enum
|
|||
#define PIXEL_HEIGHT(f) ((f)->output_data.x->pixel_height)
|
||||
|
||||
#define FRAME_DESIRED_CURSOR(f) ((f)->output_data.x->desired_cursor)
|
||||
#define FRAME_CURSOR_WIDTH(f) ((f)->output_data.x->cursor_width)
|
||||
|
||||
#define FRAME_XIC(f) ((f)->output_data.x->xic)
|
||||
#define FRAME_X_XIM(f) (FRAME_X_DISPLAY_INFO (f)->xim)
|
||||
|
|
Loading…
Add table
Reference in a new issue