]> git.draconx.ca Git - rrace.git/commit
Reduce redrawing on resize events.
authorNick Bowler <nbowler@draconx.ca>
Sat, 12 Mar 2022 23:16:39 +0000 (18:16 -0500)
committerNick Bowler <nbowler@draconx.ca>
Mon, 14 Mar 2022 04:17:12 +0000 (00:17 -0400)
commitaebcc2d9a4090d8136f750463b1cfbb73916d717
tree7553eb9cdfd2e17c06d63a1e23bb7d9b352acd00
parent568ff47f18d09158e4760ff793be9004e4d61a96
Reduce redrawing on resize events.

It is a waste of time redrawing parts of the window on resize that
will be redrawn due to expose events immediately afterwards.  This
is particularly noticeable when the program is first started and
everything is drawn twice.
src/motif.h
src/motif_ui.c