X-Git-Url: https://git.draconx.ca/gitweb/rrace.git/blobdiff_plain/b39d19918b63b80d1f3b068d158fe43415b9d1b6..3ac1945c3a0006d33a90a0c2dbee2f2e96e8907d:/src/motif.h diff --git a/src/motif.h b/src/motif.h index 90ca7af..3e85277 100644 --- a/src/motif.h +++ b/src/motif.h @@ -39,7 +39,7 @@ struct app_state { 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_goal(struct app_state *state, uint_fast32_t mask); void x11_redraw_game(struct app_state *state, uint_fast32_t mask); #endif