chiark / gitweb /
Mouse-based interface for Cube: you left-click anywhere on the grid
[sgt-puzzles.git] / netslide.c
index 324946ee216ed91105f6fcb650b10f263d8e23cc..b81a816703081d4b9c63dad0b3ba8753e6fc4bbc 100644 (file)
@@ -1051,7 +1051,7 @@ static void slide_col(game_state *state, int dir, int col)
 }
 
 static game_state *make_move(game_state *state, game_ui *ui,
-                            int x, int y, int button)
+                             game_drawstate *ds, int x, int y, int button)
 {
     int cx, cy;
     int n, dx, dy;