summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1995-10-28 16:05:59 +0000
committerRichard M. Stallman <rms@gnu.org>1995-10-28 16:05:59 +0000
commit7afa606850268e5062a6cee3af6d48c9fe6e1933 (patch)
treea46efd0948c3d9817c1fb60dd2165ca33a1a706d /src
parent420e60e6d72876208a9714ce27aa137c0990bf3d (diff)
downloademacs-7afa606850268e5062a6cee3af6d48c9fe6e1933.tar.gz
(FRAME_XIC): Fix wrong field name.
Diffstat (limited to 'src')
-rw-r--r--src/xterm.h2
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. */