This commit is contained in:
st0rm-shad0w 2026-06-05 20:31:10 -07:00 committed by GitHub
commit 5838f455ad
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
19 changed files with 1132 additions and 17 deletions

View file

@ -569,6 +569,7 @@ bool view_is_tiled_and_notify_tiled(struct view *view);
bool view_is_floating(struct view *view);
void view_move_to_workspace(struct view *view, struct workspace *workspace);
bool view_titlebar_visible(struct view *view);
bool view_handle_visible(struct view *view);
void view_set_ssd_mode(struct view *view, enum lab_ssd_mode mode);
void view_set_decorations(struct view *view, enum lab_ssd_mode mode, bool force_ssd);
void view_toggle_fullscreen(struct view *view);