Mercurial > emacs
changeset 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 | 661060193eb8 |
children | 373701da47e5 |
files | src/xterm.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xterm.h Sat Oct 28 15:19:25 1995 +0000 +++ b/src/xterm.h Sat Oct 28 16:05:59 1995 +0000 @@ -527,7 +527,7 @@ #define FRAME_DESIRED_CURSOR(f) ((f)->output_data.x->desired_cursor) -#define FRAME_XIC(f) ((f)->display.x->xic) +#define FRAME_XIC(f) ((f)->output_data.x->xic) /* X-specific scroll bar stuff. */