]> git.draconx.ca Git - rrace.git/commit
Add build-time option to help debug X11 rendering.
authorNick Bowler <nbowler@draconx.ca>
Sat, 12 Mar 2022 21:15:24 +0000 (16:15 -0500)
committerNick Bowler <nbowler@draconx.ca>
Sat, 12 Mar 2022 21:18:07 +0000 (16:18 -0500)
commit991d1e7ca8ae3bee59619812e9f08bde8c17ad02
treeecfa680692b930936d6d2eb920fcfd4ff50d0b88
parentec2e7b448d7d0d404c0b3102c5b25ac9464d9fc5
Add build-time option to help debug X11 rendering.

Add #define that can be manually set in config.h to enable additional
debug drawing.  This is intended purely for development.  Currently this
causes the system to highlight tiles before they are redrawn, in order
to watch things like expose handling and tile movement.
configure.ac
src/x11.c