X-Git-Url: http://git.draconx.ca/gitweb/rrace.git/blobdiff_plain/568ff47f18d09158e4760ff793be9004e4d61a96..aebcc2d9a4090d8136f750463b1cfbb73916d717:/src/motif.h?ds=sidebyside diff --git a/src/motif.h b/src/motif.h index 6461f06..a515293 100644 --- a/src/motif.h +++ b/src/motif.h @@ -29,6 +29,9 @@ struct app_state { Widget game, goal; + /* Current window width/height for resize handling. */ + Dimension game_sz[2], goal_sz[2]; + /* If true, the goal will be displayed over the main play area. */ int view_goal_on_game;