# HG changeset patch # User Richard M. Stallman # Date 814896359 0 # Node ID 2edc6ae38a7886c9bdf6c7c39d588a5486d94f55 # Parent 661060193eb85dc66f5f5791efb9f89af998aecb (FRAME_XIC): Fix wrong field name. diff -r 661060193eb8 -r 2edc6ae38a78 src/xterm.h --- a/src/xterm.h Sat Oct 28 15:19:25 1995 +0000 +++ b/src/xterm.h Sat Oct 28 16:05:59 1995 +0000 @@ -527,7 +527,7 @@ #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. */