ssd: add configurable drop-shadows for tiled windows

This commit is contained in:
dd 2025-06-06 04:46:58 +08:00 committed by GitHub
parent 0908bb5dd1
commit c5b9e2665d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 23 additions and 2 deletions

View file

@ -92,6 +92,7 @@ struct rcxml {
bool title_layout_loaded;
bool ssd_keep_border;
bool shadows_enabled;
bool shadows_on_tiled;
struct font font_activewindow;
struct font font_inactivewindow;
struct font font_menuheader;