X-Git-Url: https://git.draconx.ca/gitweb/rrace.git/blobdiff_plain/8d65a2da164b109c520d21afd051e4347e194182..b39d19918b63b80d1f3b068d158fe43415b9d1b6:/src/motif.h diff --git a/src/motif.h b/src/motif.h index 5c4d05f..90ca7af 100644 --- a/src/motif.h +++ b/src/motif.h @@ -40,6 +40,6 @@ void ui_initialize(struct app_state *state, Widget shell); void x11_initialize(struct app_state *state, Screen *screen); void x11_redraw_icon(struct app_state *state, Widget shell); void x11_redraw_goal(struct app_state *state); -void x11_redraw_game(struct app_state *state); +void x11_redraw_game(struct app_state *state, uint_fast32_t mask); #endif