]> git.draconx.ca Git - rrace.git/blobdiff - src/motif.c
Reduce the amount of redundant drawing in the goal area.
[rrace.git] / src / motif.c
index ef2bd6a53b3e2a9aad2ca7720ec22f02e24dc4a8..a829cf78b0f6389c1be619a1d9001c32311e1093 100644 (file)
@@ -141,7 +141,7 @@ static void proc_new_game(Widget w, XEvent *e, String *argv, Cardinal *argc)
                shell = XtParent(shell);
 
        game_reset(&state.board);
-       x11_redraw_goal(&state);
+       x11_redraw_goal(&state, -1);
        x11_redraw_game(&state, -1);
        x11_redraw_icon(&state, shell);
 }