mirror of
https://github.com/labwc/labwc.git
synced 2026-04-12 08:21:13 -04:00
[fixup] update comment
This commit is contained in:
parent
7b8ef90d9d
commit
c4fb8f1879
1 changed files with 2 additions and 2 deletions
|
|
@ -181,7 +181,7 @@ overlay_update(struct seat *seat)
|
|||
{
|
||||
struct server *server = seat->server;
|
||||
|
||||
/* Region overlay */
|
||||
/* Region-snapping overlay */
|
||||
if (regions_should_snap(server)) {
|
||||
struct region *region = regions_from_cursor(server);
|
||||
if (region) {
|
||||
|
|
@ -190,7 +190,7 @@ overlay_update(struct seat *seat)
|
|||
}
|
||||
}
|
||||
|
||||
/* Snap-to-edge overlay */
|
||||
/* Edge-snapping overlay */
|
||||
struct output *output;
|
||||
enum view_edge edge = edge_from_cursor(seat, &output);
|
||||
if (edge != VIEW_EDGE_INVALID) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue