]> git.eshelyaron.com Git - emacs.git/commit
Don't optimized away tool tip redraw, may lead to corrupted text.
authorJan D <jan.h.d@swipnet.se>
Fri, 3 Apr 2015 11:59:05 +0000 (13:59 +0200)
committerJan D <jan.h.d@swipnet.se>
Fri, 3 Apr 2015 11:59:18 +0000 (13:59 +0200)
commitc775195c62843deed10e7967e488b3b04b84c412
treead7ebaf9a57688436c69be4919492f52a495a99c
parent7c691f32f78303750d29972a29dcc6754fae257a
Don't optimized away tool tip redraw, may lead to corrupted text.

* src/xterm.c (handle_one_xevent): Always redraw tool tips on
MapNotify.  Update tool tip frame sizes on ConfigureNotify.
src/ChangeLog
src/xterm.c