diff options
| author | Richard M. Stallman | 1995-10-28 16:05:59 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1995-10-28 16:05:59 +0000 |
| commit | 7afa606850268e5062a6cee3af6d48c9fe6e1933 (patch) | |
| tree | a46efd0948c3d9817c1fb60dd2165ca33a1a706d /src | |
| parent | 420e60e6d72876208a9714ce27aa137c0990bf3d (diff) | |
| download | emacs-7afa606850268e5062a6cee3af6d48c9fe6e1933.tar.gz emacs-7afa606850268e5062a6cee3af6d48c9fe6e1933.zip | |
(FRAME_XIC): Fix wrong field name.
Diffstat (limited to 'src')
| -rw-r--r-- | src/xterm.h | 2 |
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 | |||
| 527 | 527 | ||
| 528 | #define FRAME_DESIRED_CURSOR(f) ((f)->output_data.x->desired_cursor) | 528 | #define FRAME_DESIRED_CURSOR(f) ((f)->output_data.x->desired_cursor) |
| 529 | 529 | ||
| 530 | #define FRAME_XIC(f) ((f)->display.x->xic) | 530 | #define FRAME_XIC(f) ((f)->output_data.x->xic) |
| 531 | 531 | ||
| 532 | /* X-specific scroll bar stuff. */ | 532 | /* X-specific scroll bar stuff. */ |
| 533 | 533 | ||