aboutsummaryrefslogtreecommitdiffstats
path: root/sway/input/seatop_move_tiling.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/input/seatop_move_tiling.c')
-rw-r--r--sway/input/seatop_move_tiling.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/input/seatop_move_tiling.c b/sway/input/seatop_move_tiling.c
index 223c6c08..5498e909 100644
--- a/sway/input/seatop_move_tiling.c
+++ b/sway/input/seatop_move_tiling.c
@@ -32,7 +32,7 @@ struct seatop_move_tiling_event {
32}; 32};
33 33
34static void handle_render(struct sway_seat *seat, 34static void handle_render(struct sway_seat *seat,
35 struct sway_output *output, pixman_region32_t *damage) { 35 struct sway_output *output, const pixman_region32_t *damage) {
36 struct seatop_move_tiling_event *e = seat->seatop_data; 36 struct seatop_move_tiling_event *e = seat->seatop_data;
37 if (!e->threshold_reached) { 37 if (!e->threshold_reached) {
38 return; 38 return;