* window.h (struct window): Prefer enum text_cursor_kinds to int
authorDmitry Antipov <dmantipov@yandex.ru>
Wed, 2 Oct 2013 12:08:27 +0000 (16:08 +0400)
committerDmitry Antipov <dmantipov@yandex.ru>
Wed, 2 Oct 2013 12:08:27 +0000 (16:08 +0400)
commit29bf4de47479ed29ef17736d0a5cadf7e8dae209
treee7dc0ef096e5b4ba8c5b018c7b2c8f5c2bfa8c7f
parenta30ddace90fb8921b2c40cdaf96e5af37d288f01
* window.h (struct window): Prefer enum text_cursor_kinds to int
for phys_cursor_type member.  Move the latter, phys_cursor_width,
phys_cursor_ascent and phys_cursor_height under HAVE_WINDOW_SYSTEM.
* window.c (replace_window, make_window): Adjust users.
src/ChangeLog
src/window.c
src/window.h