summaryrefslogtreecommitdiff
path: root/src/xterm.h
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
commitc2d13429834172069f8b9e5dfd615608adcb2813 (patch)
treec623adab29dab75b18df0f669a364cd40590908a /src/xterm.h
parent759adb958142b5cf1e130caa6f4ba4b8a392f91e (diff)
downloademacs-c2d13429834172069f8b9e5dfd615608adcb2813.tar.gz
(FRAME_XIC): Fix wrong field name.
Diffstat (limited to 'src/xterm.h')
-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. */