Mercurial > emacs
changeset 46706:160bfc160855
(FRAME_CURSOR_WIDTH): New macro.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 27 Jul 2002 18:56:36 +0000 |
parents | 9f4f7bee7b8d |
children | 3d08eae82583 |
files | src/xterm.h |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xterm.h Fri Jul 26 20:40:53 2002 +0000 +++ b/src/xterm.h Sat Jul 27 18:56:36 2002 +0000 @@ -695,6 +695,7 @@ #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)