X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/puzzles/blobdiff_plain/f875ca4d15049feb61af3073bc14e626ed5bf671..bcbc922c950a48a4387ac0d719d4824fdaa91a2f:/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;