X-Git-Url: http://git.draconx.ca/gitweb/rrace.git/blobdiff_plain/683027f82849ca96cf424ffff699ab57e119f051..26fb4b6902a32be6e9f504bee44724a0dd4292f7:/src/motif.h diff --git a/src/motif.h b/src/motif.h index 406b087..6461f06 100644 --- a/src/motif.h +++ b/src/motif.h @@ -29,6 +29,9 @@ struct app_state { Widget game, goal; + /* If true, the goal will be displayed over the main play area. */ + int view_goal_on_game; + /* Whether to set _NET_WM_ICON property on WMShell */ int use_ewmh_icons;