mirror of
https://github.com/labwc/labwc.git
synced 2025-11-01 22:58:47 -04:00
edges: limit edge attraction and resistance...
...to edges actually encountered by motion during interactive moves and resizes. In addition, ignore edge resistance and attraction for minimized views.
This commit is contained in:
parent
14f5733584
commit
cf34e60240
6 changed files with 233 additions and 67 deletions
|
|
@ -193,7 +193,7 @@ view_is_focusable_from(struct view *view, struct wlr_surface *prev)
|
|||
* They may be called repeatably during output layout changes.
|
||||
*/
|
||||
|
||||
static enum view_edge
|
||||
enum view_edge
|
||||
view_edge_invert(enum view_edge edge)
|
||||
{
|
||||
switch (edge) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue