]> git.eshelyaron.com Git - emacs.git/commit
Fix misbehavior when drawing three-pixel high horizontal dividers (Bug#29353)
authorMartin Rudalics <rudalics@gmx.at>
Mon, 20 Nov 2017 08:18:59 +0000 (09:18 +0100)
committerMartin Rudalics <rudalics@gmx.at>
Mon, 20 Nov 2017 08:18:59 +0000 (09:18 +0100)
commit4da87999c234155300b30b01c5a7e221d65e4cc8
tree7b36aeeab8d603d378561e013d248da2e670c457
parent1b082c886c9e2213a85b820c7f07cd5a30b8b99b
Fix misbehavior when drawing three-pixel high horizontal dividers (Bug#29353)

* src/xterm.c (x_draw_window_divider):
* src/w32term.c (w32_draw_window_divider): Fix misbehavior when
drawing three-pixel high horizontal dividers (Bug#29353).

The misbehavior was noted by Keith David Bershatsky and analyzed by Alan
Third.
src/w32term.c
src/xterm.c