]> git.draconx.ca Git - rrace.git/commit
Add a more direct way to specify the game background.
authorNick Bowler <nbowler@draconx.ca>
Thu, 10 Mar 2022 04:18:18 +0000 (23:18 -0500)
committerNick Bowler <nbowler@draconx.ca>
Thu, 10 Mar 2022 04:18:18 +0000 (23:18 -0500)
commite63b5c4d1965ee2ea238441ed0dba468f64da137
treed26abf4b54e5d201a31f64cf35d45c58bc82f897
parent2dcb637c0cbb469418b15b9c1d9741024b4d2a5c
Add a more direct way to specify the game background.

Rather than the user needing to know any details of the widget
hierarchy, add an application resource to set the game background
too (along with the tile colours).

We can also leverage Xt to allocate colours for us, which simplifies
things a bit.
doc/rrace-motif.1
src/motif.c
src/x11.c