]> git.draconx.ca Git - rrace.git/commit
Combine x11_redraw_icon and x11_redraw_goal.
authorNick Bowler <nbowler@draconx.ca>
Tue, 13 Dec 2022 06:07:25 +0000 (01:07 -0500)
committerNick Bowler <nbowler@draconx.ca>
Wed, 14 Dec 2022 03:10:21 +0000 (22:10 -0500)
commit174f6502f73fa29e1102938029d7b9f59b245c1b
treef34c38cc5345201ee4d3d9f9a7e535b4d9ea10ac
parentf6be82664a5b8e8bc34c048b56417b591dcd5a5e
Combine x11_redraw_icon and x11_redraw_goal.

These functions do basically the same thing -- the main difference is the
destination drawable.  They are also often called together.  No need for
this duplication.
src/motif.c
src/motif.h
src/x11.c