mirror of
https://github.com/labwc/labwc.git
synced 2026-02-16 22:05:27 -05:00
ssd: make sizes of invisible SSD extents configurable
This commit is contained in:
parent
fa6e524412
commit
6b9cc5dd64
6 changed files with 20 additions and 8 deletions
|
|
@ -152,6 +152,7 @@ struct rcxml {
|
|||
enum resize_indicator_mode resize_indicator;
|
||||
bool resize_draw_contents;
|
||||
int resize_corner_range;
|
||||
int resize_minimum_area;
|
||||
|
||||
struct {
|
||||
int popuptime;
|
||||
|
|
|
|||
|
|
@ -7,8 +7,6 @@
|
|||
|
||||
struct wlr_cursor;
|
||||
|
||||
#define SSD_EXTENDED_AREA 8
|
||||
|
||||
/*
|
||||
* Shadows should start at a point inset from the actual window border, see
|
||||
* discussion on https://github.com/labwc/labwc/pull/1648. This constant
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue