(FRAME_XIC): Fix wrong field name.
authorRichard M. Stallman <rms@gnu.org>
Sat, 28 Oct 1995 16:05:59 +0000 (16:05 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 28 Oct 1995 16:05:59 +0000 (16:05 +0000)
src/xterm.h

index 7b5f890..d4a9dd9 100644 (file)
@@ -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)
 \f
 /* X-specific scroll bar stuff.  */