X-Git-Url: https://git.draconx.ca/gitweb/rrace.git/blobdiff_plain/174f6502f73fa29e1102938029d7b9f59b245c1b..bbe659b000e2c281340953c5fc96bd7ac3b94eaa:/src/motif.h diff --git a/src/motif.h b/src/motif.h index 361abd9..cb07ec3 100644 --- a/src/motif.h +++ b/src/motif.h @@ -26,7 +26,9 @@ struct app_state { struct board board; - Widget game, goal, timer; + Widget game, goal; + + struct xcounter *timer; /* Current window width/height for resize handling. */ Dimension game_sz[2], goal_sz[2];