[fixup] update comment

This commit is contained in:
tokyo4j 2024-03-28 03:44:38 +09:00
parent 7b8ef90d9d
commit c4fb8f1879

View file

@ -181,7 +181,7 @@ overlay_update(struct seat *seat)
{ {
struct server *server = seat->server; struct server *server = seat->server;
/* Region overlay */ /* Region-snapping overlay */
if (regions_should_snap(server)) { if (regions_should_snap(server)) {
struct region *region = regions_from_cursor(server); struct region *region = regions_from_cursor(server);
if (region) { if (region) {
@ -190,7 +190,7 @@ overlay_update(struct seat *seat)
} }
} }
/* Snap-to-edge overlay */ /* Edge-snapping overlay */
struct output *output; struct output *output;
enum view_edge edge = edge_from_cursor(seat, &output); enum view_edge edge = edge_from_cursor(seat, &output);
if (edge != VIEW_EDGE_INVALID) { if (edge != VIEW_EDGE_INVALID) {