Fix invisible mouse pointers on Windows.
commitf14275633851b047e5aecfa6d12f160ee4c2f149
authorEli Zaretskii <eliz@gnu.org>
Fri, 26 Jun 2015 06:45:29 +0000 (26 08:45 +0200)
committerMartin Rudalics <rudalics@gmx.at>
Fri, 26 Jun 2015 06:45:29 +0000 (26 08:45 +0200)
tree202f93d6fd80e173f7e1b0f04d0cc07738ea7649
parent605765af40831390be93264b36b31fad56907554
Fix invisible mouse pointers on Windows.

* src/w32fns.c: Include windowsx.h.
(w32_wnd_proc): If the mouse moved and the mouse pointer is
invisible, make it visible again even when the main (Lisp)
thread is busy.
* src/w32term.c (w32_toggle_invisible_pointer): Rather then
garbaging the frame have the input thread call SetCursor.
src/w32fns.c
src/w32term.c