ssd: make sizes of invisible SSD extents configurable

This commit is contained in:
Andrew J. Hesford 2025-01-17 11:07:07 -05:00
parent 950337b895
commit 14db24df3e
6 changed files with 20 additions and 8 deletions

View file

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