]> git.eshelyaron.com Git - emacs.git/commit
Introduce Emacs_Cursor typedef
authorAlexander Gramiak <agrambot@gmail.com>
Thu, 9 May 2019 23:13:18 +0000 (17:13 -0600)
committerAlexander Gramiak <agrambot@gmail.com>
Mon, 20 May 2019 01:50:32 +0000 (19:50 -0600)
commit06db2a052fb7335185e8d581d245ce214b3bba7c
treee4dc82552110a777a37703dce446b1c632f6e82b
parentc0e146e4ec266edf348473c3db7ca8d16745f4f7
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.
src/dispextern.h
src/nsgui.h
src/nsterm.h
src/nsterm.m
src/w32fns.c
src/w32gui.h
src/w32term.c
src/w32term.h
src/xdisp.c
src/xterm.c
src/xterm.h