mirror of
https://github.com/labwc/labwc.git
synced 2025-10-31 22:25:34 -04:00
decorations: add SetDecorations action
This commit is contained in:
parent
e2590f10fd
commit
41a3b68846
6 changed files with 62 additions and 0 deletions
|
|
@ -98,6 +98,7 @@ enum ssd_part_type ssd_get_part_type(const struct ssd *ssd,
|
|||
uint32_t ssd_resize_edges(enum ssd_part_type type);
|
||||
bool ssd_is_button(enum ssd_part_type type);
|
||||
bool ssd_part_contains(enum ssd_part_type whole, enum ssd_part_type candidate);
|
||||
enum ssd_mode ssd_mode_parse(const char *mode);
|
||||
|
||||
/* TODO: clean up / update */
|
||||
struct border ssd_thickness(struct view *view);
|
||||
|
|
|
|||
|
|
@ -486,6 +486,7 @@ bool view_is_floating(struct view *view);
|
|||
void view_move_to_workspace(struct view *view, struct workspace *workspace);
|
||||
enum ssd_mode view_get_ssd_mode(struct view *view);
|
||||
void view_set_ssd_mode(struct view *view, enum ssd_mode mode);
|
||||
void view_set_decorations(struct view *view, enum ssd_mode mode, bool force_ssd);
|
||||
void view_toggle_fullscreen(struct view *view);
|
||||
void view_invalidate_last_layout_geometry(struct view *view);
|
||||
void view_adjust_for_layout_change(struct view *view);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue