mirror of
https://github.com/labwc/labwc.git
synced 2025-10-31 22:25:34 -04:00
Allow mouse movements to trigger SnapToEdge
This commit is contained in:
parent
4e3a03586a
commit
87f4a60e38
5 changed files with 53 additions and 2 deletions
|
|
@ -44,6 +44,10 @@ struct rcxml {
|
|||
|
||||
/* resistance */
|
||||
int screen_edge_strength;
|
||||
|
||||
/* window snapping */
|
||||
int snap_edge_range;
|
||||
bool snap_top_maximize;
|
||||
};
|
||||
|
||||
extern struct rcxml rc;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue