]> git.draconx.ca Git - rrace.git/blobdiff - src/motif.h
Right clicking on game area now shows the objective.
[rrace.git] / src / motif.h
index 406b0871cfce9f9e1b574946f40203d4b524fa48..6461f06e12779525f9a79e6110894aba10024b0d 100644 (file)
@@ -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;