From 7afa606850268e5062a6cee3af6d48c9fe6e1933 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 28 Oct 1995 16:05:59 +0000 Subject: [PATCH] (FRAME_XIC): Fix wrong field name. --- src/xterm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */ -- 2.39.2