decorations: add titlebar actions

This commit is contained in:
Tobias Bengfort 2024-04-18 09:46:36 +02:00
parent bba57c0315
commit 496c933582
6 changed files with 69 additions and 6 deletions

View file

@ -65,7 +65,7 @@ void ssd_set_active(struct ssd *ssd, bool active);
void ssd_update_title(struct ssd *ssd);
void ssd_update_geometry(struct ssd *ssd);
void ssd_destroy(struct ssd *ssd);
void ssd_titlebar_hide(struct ssd *ssd);
void ssd_set_titlebar(struct ssd *ssd, bool enabled);
void ssd_enable_keybind_inhibit_indicator(struct ssd *ssd, bool enable);
void ssd_enable_shade(struct ssd *ssd, bool enable);