]> git.eshelyaron.com Git - emacs.git/commit
On MS-Windows, display busy cursor on all GUI frames.
authorDmitry Antipov <dmantipov@yandex.ru>
Thu, 3 Jul 2014 18:12:41 +0000 (22:12 +0400)
committerDmitry Antipov <dmantipov@yandex.ru>
Thu, 3 Jul 2014 18:12:41 +0000 (22:12 +0400)
commitaf8ee9ca886f2863716f209a51ef9c547a8aecc9
treebdcee2605717f1bd7fdd2e1f2381a9ef545d5f1e
parent046d53d46e0b619d5504bad92ab9e7c98a7b1c61
On MS-Windows, display busy cursor on all GUI frames.
This is similar to what we have on X.  Quickly tested by Dani Moncayo.
* w32fns.c (toplevel): Remove hourglass_hwnd; no longer used.
(w32_show_hourglass, w32_hide_hourglass, w32_note_current_window):
Likewise.
(hide_hourglass, show_hourglass): Redesign to match X counterparts.
* xdisp.c (start_hourglass): Remove Windows-specific bits.
src/ChangeLog
src/w32fns.c
src/xdisp.c