X-Git-Url: http://git.draconx.ca/gitweb/rrace.git/blobdiff_plain/bbe659b000e2c281340953c5fc96bd7ac3b94eaa..ceb2df0fe41852ba3f5637dcd04217113b4259ba:/src/motif.h diff --git a/src/motif.h b/src/motif.h index cb07ec3..a008306 100644 --- a/src/motif.h +++ b/src/motif.h @@ -37,8 +37,10 @@ struct app_state { XtIntervalId render_tick; XtWorkProcId render_proc; - uint_fast32_t render_game_mask; - uint_fast16_t render_goal_mask; + + uint_least32_t render_game_mask; + uint_least16_t render_goal_mask; + uint_least16_t game_tile_sz, goal_tile_sz; /* If true, the goal will be displayed over the main play area. */ int view_goal_on_game;