Allow mouse movements to trigger SnapToEdge

This commit is contained in:
Consolatis 2022-01-08 11:25:18 +01:00 committed by Johan Malm
parent 4e3a03586a
commit 87f4a60e38
5 changed files with 53 additions and 2 deletions

View file

@ -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;