diff options
author | Richard M. Stallman <rms@gnu.org> | 1995-10-28 16:05:59 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1995-10-28 16:05:59 +0000 |
commit | 7afa606850268e5062a6cee3af6d48c9fe6e1933 (patch) | |
tree | a46efd0948c3d9817c1fb60dd2165ca33a1a706d /src | |
parent | 420e60e6d72876208a9714ce27aa137c0990bf3d (diff) | |
download | emacs-7afa606850268e5062a6cee3af6d48c9fe6e1933.tar.gz |
(FRAME_XIC): Fix wrong field name.
Diffstat (limited to 'src')
-rw-r--r-- | src/xterm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xterm.h b/src/xterm.h index 7b5f890fa4f..d4a9dd90279 100644 --- a/src/xterm.h +++ b/src/xterm.h @@ -527,7 +527,7 @@ struct x_output #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. */ |