]> git.draconx.ca Git - rrace.git/commit
Reduce the amount of redundant drawing in the goal area.
authorNick Bowler <nbowler@draconx.ca>
Wed, 9 Mar 2022 06:31:27 +0000 (01:31 -0500)
committerNick Bowler <nbowler@draconx.ca>
Wed, 9 Mar 2022 06:32:44 +0000 (01:32 -0500)
commit3ac1945c3a0006d33a90a0c2dbee2f2e96e8907d
treeb7be7cf17710e8a4e229dbec167065c9b9f0915e
parentb39d19918b63b80d1f3b068d158fe43415b9d1b6
Reduce the amount of redundant drawing in the goal area.

Same treatment as the game area: on expose events we only need to
redraw the tiles that actually intersect the exposed area.
src/motif.c
src/motif.h
src/motif_ui.c
src/x11.c