mirror of
https://github.com/labwc/labwc.git
synced 2026-04-23 06:47:54 -04:00
[fixup] change delay from 150ms to 100ms
This commit is contained in:
parent
e18218c5a2
commit
d16b0f3198
1 changed files with 2 additions and 2 deletions
|
|
@ -163,10 +163,10 @@ show_edge_overlay(struct seat *seat, enum view_edge edge,
|
||||||
handle_edge_overlay_timeout, seat);
|
handle_edge_overlay_timeout, seat);
|
||||||
}
|
}
|
||||||
/*
|
/*
|
||||||
* Delay overlay for 150ms to prevent flickering when dragging
|
* Delay overlay for 100ms to prevent flickering when dragging
|
||||||
* view across output edges in multi-monitor setup.
|
* view across output edges in multi-monitor setup.
|
||||||
*/
|
*/
|
||||||
wl_event_source_timer_update(seat->overlay.timer, 150);
|
wl_event_source_timer_update(seat->overlay.timer, 100);
|
||||||
} else {
|
} else {
|
||||||
/* Show overlay now */
|
/* Show overlay now */
|
||||||
handle_edge_overlay_timeout(seat);
|
handle_edge_overlay_timeout(seat);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue