comparison src/xterm.h @ 13315:2edc6ae38a78

(FRAME_XIC): Fix wrong field name.
author Richard M. Stallman <rms@gnu.org>
date Sat, 28 Oct 1995 16:05:59 +0000
parents 3b15cf8aa50d
children 620c6dc0329c
comparison
equal deleted inserted replaced
13314:661060193eb8 13315:2edc6ae38a78
525 #define PIXEL_WIDTH(f) ((f)->output_data.x->pixel_width) 525 #define PIXEL_WIDTH(f) ((f)->output_data.x->pixel_width)
526 #define PIXEL_HEIGHT(f) ((f)->output_data.x->pixel_height) 526 #define PIXEL_HEIGHT(f) ((f)->output_data.x->pixel_height)
527 527
528 #define FRAME_DESIRED_CURSOR(f) ((f)->output_data.x->desired_cursor) 528 #define FRAME_DESIRED_CURSOR(f) ((f)->output_data.x->desired_cursor)
529 529
530 #define FRAME_XIC(f) ((f)->display.x->xic) 530 #define FRAME_XIC(f) ((f)->output_data.x->xic)
531 531
532 /* X-specific scroll bar stuff. */ 532 /* X-specific scroll bar stuff. */
533 533
534 /* We represent scroll bars as lisp vectors. This allows us to place 534 /* We represent scroll bars as lisp vectors. This allows us to place
535 references to them in windows without worrying about whether we'll 535 references to them in windows without worrying about whether we'll