From: tokyo4j Date: Tue, 2 Dec 2025 11:26:50 +0000 (+0900) Subject: src/interactive.c: fix typo X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=499c9109546563baa92bd2106ece0df59968c1b8;p=proto%2Flabwc.git src/interactive.c: fix typo --- diff --git a/src/interactive.c b/src/interactive.c index 8ca258c1..df32f46f 100644 --- a/src/interactive.c +++ b/src/interactive.c @@ -42,7 +42,7 @@ interactive_anchor_to_cursor(struct server *server, struct wlr_box *geo) if (wlr_box_empty(geo)) { return; } - /* Resize grab_box while anchoring it to grab_box.{x,y} */ + /* Resize grab_box while anchoring it to grab_{x,y} */ server->grab_box.x = max_move_scale(server->grab_x, server->grab_box.x, server->grab_box.width, geo->width); server->grab_box.y = max_move_scale(server->grab_y, server->grab_box.y,