]> git.eshelyaron.com Git - emacs.git/commit
Add workaround to handle a problem with Enlightenment WM (Bug#53298)
authorMartin Rudalics <rudalics@gmx.at>
Thu, 20 Jan 2022 09:30:08 +0000 (10:30 +0100)
committerMartin Rudalics <rudalics@gmx.at>
Thu, 20 Jan 2022 09:30:08 +0000 (10:30 +0100)
commitef0c1d4c2c8eefe599f50bc99b3dd088433a2842
treeceff305fa401fbc6559616e165d7c968f7f82f3c
parentf393d0d441c3746f98007ae54341870a296bf809
Add workaround to handle a problem with Enlightenment WM (Bug#53298)

* src/xterm.c (handle_one_xevent): Handle setting of variable
'x_set_frame_visibility_more_laxly' when receiving an Expose or
FocusIn event (Bug#53298).
(Qexpose): Define symbol.
(x_set_frame_visibility_more_laxly): New Lisp variable.
* etc/PROBLEMS: Mention frame redraw problem with the
Enlightenment WM and 'x-set-frame-visibility-more-laxly'
workaround.
etc/PROBLEMS
src/xterm.c