X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/puzzles/blobdiff_plain/b760b8bdf1ff5b603e3076c8e21cf246d08937f7..e1a7869e0eff2a80f58c3c77c4ab072b0df18118:/loopy.c diff --git a/loopy.c b/loopy.c index 85590fa..5df13d5 100644 --- a/loopy.c +++ b/loopy.c @@ -2813,7 +2813,7 @@ static char *solve_game(game_state *state, game_state *currstate, * Drawing and mouse-handling */ -static char *interpret_move(game_state *state, game_ui *ui, game_drawstate *ds, +static char *interpret_move(game_state *state, game_ui *ui, const game_drawstate *ds, int x, int y, int button) { grid *g = state->game_grid;