diff options
| author | Alexander Gramiak | 2019-05-09 17:13:18 -0600 |
|---|---|---|
| committer | Alexander Gramiak | 2019-05-19 19:50:32 -0600 |
| commit | 06db2a052fb7335185e8d581d245ce214b3bba7c (patch) | |
| tree | e4dc82552110a777a37703dce446b1c632f6e82b /src/xterm.c | |
| parent | c0e146e4ec266edf348473c3db7ca8d16745f4f7 (diff) | |
| download | emacs-06db2a052fb7335185e8d581d245ce214b3bba7c.tar.gz emacs-06db2a052fb7335185e8d581d245ce214b3bba7c.zip | |
Introduce Emacs_Cursor typedef
* src/dispextern.h [HAVE_X_WINDOWS]: Define Emacs_Cursor alias. Move
the No_Cursor definition from xterm.h.
(redisplay_interface): Use Emacs_Cursor over Cursor.
* src/nsgui.h:
* src/nsterm.h:
* src/nsterm.m:
* src/w32gui.h:
* src/w32term.c:
* src/xdisp.c:
* src/xterm.c (x_define_frame_cursor): Use Emacs_Cursor over Cursor.
Diffstat (limited to 'src/xterm.c')
| -rw-r--r-- | src/xterm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xterm.c b/src/xterm.c index 4f4a1d6d02a..c8cddcabf5e 100644 --- a/src/xterm.c +++ b/src/xterm.c | |||
| @@ -9356,7 +9356,7 @@ x_draw_bar_cursor (struct window *w, struct glyph_row *row, int width, enum text | |||
| 9356 | /* RIF: Define cursor CURSOR on frame F. */ | 9356 | /* RIF: Define cursor CURSOR on frame F. */ |
| 9357 | 9357 | ||
| 9358 | static void | 9358 | static void |
| 9359 | x_define_frame_cursor (struct frame *f, Cursor cursor) | 9359 | x_define_frame_cursor (struct frame *f, Emacs_Cursor cursor) |
| 9360 | { | 9360 | { |
| 9361 | if (!f->pointer_invisible | 9361 | if (!f->pointer_invisible |
| 9362 | && f->output_data.x->current_cursor != cursor) | 9362 | && f->output_data.x->current_cursor != cursor) |