Nikos Tsipinakis 8b74a756c2 Redraw the window after an expose event
Expose events, according to the X11 documentation, signify when the
contents of a window region have been lost but until now we have been
ignoring this event for unknown reasons.

Handle this event by redrawing the window entirely. While this is not a
perfect solution, the optimal one would be to only redraw the
region that was lost, it's simpler to implement currently and better
than losing the contents of the window entirely.
2017-05-04 17:54:06 +03:00
..
2017-02-20 18:04:24 +02:00
2017-05-04 17:49:31 +03:00
2017-05-04 17:49:31 +03:00
2017-02-05 13:05:52 +02:00