mirror of
https://github.com/labwc/labwc.git
synced 2026-02-23 01:40:18 -05:00
Add snap to window edge framework
Adds functions for calculation of distances between window edges, as well as for window growing and shrinking. All calculations are based on the "pending" geometry. Ignored from snapping: - views that do not share the same output - minimized views - maximized views - views that are neither: - part of the current workspace - part of the always-on-top tree
This commit is contained in:
parent
5176ac4f64
commit
1d72a08916
3 changed files with 297 additions and 0 deletions
|
|
@ -20,6 +20,7 @@ labwc_sources = files(
|
|||
'seat.c',
|
||||
'server.c',
|
||||
'session-lock.c',
|
||||
'snap.c',
|
||||
'touch.c',
|
||||
'theme.c',
|
||||
'view.c',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue