mirror of
https://github.com/labwc/labwc.git
synced 2025-10-31 22:25:34 -04:00
ssd: set squared corners for tiled views conditionally
Respect the snapping settings for notify-client.
This commit is contained in:
parent
2c979fe269
commit
3b605b0142
3 changed files with 22 additions and 2 deletions
|
|
@ -495,6 +495,7 @@ void view_toggle_always_on_bottom(struct view *view);
|
|||
void view_toggle_visible_on_all_workspaces(struct view *view);
|
||||
|
||||
bool view_is_tiled(struct view *view);
|
||||
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);
|
||||
enum ssd_mode view_get_ssd_mode(struct view *view);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue