Fix mouse pointer on w32 when a menu is active
commit65571b37ed5300546ea75da7888f73941011d0d0
authorEli Zaretskii <eliz@gnu.org>
Sat, 4 Jul 2015 11:23:27 +0000 (4 14:23 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 4 Jul 2015 11:23:27 +0000 (4 14:23 +0300)
treef885fd20b0544ffe7c2de6359d46724870b24ef0
parentcdd5e86967e0a3d23da3079dc5b17ace699e66b3
Fix mouse pointer on w32 when a menu is active

* src/w32fns.c (w32_wnd_proc): Don't change the mouse pointer
shape while a menu is in use.  This started happening since we now
send WM_EMACS_SHOWCURSOR messages when the mouse moves.
src/w32fns.c