X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/puzzles/blobdiff_plain/6aa6af4c00e72c789d76949d735ccb07da5e47a1..b2a646f1af7858878025bdae14bef9482bee8e26:/rect.c?ds=sidebyside diff --git a/rect.c b/rect.c index c1eaa2c..9e4204d 100644 --- a/rect.c +++ b/rect.c @@ -2178,9 +2178,8 @@ static void ui_draw_rect(game_state *state, game_ui *ui, } } -static game_state *make_move(game_state *from, game_ui *ui, - int x, int y, int button) -{ +static game_state *make_move(game_state *from, game_ui *ui, game_drawstate *ds, + int x, int y, int button) { int xc, yc; int startdrag = FALSE, enddrag = FALSE, active = FALSE; game_state *ret;