ssd: set squared corners for tiled views conditionally

Respect the snapping settings for notify-client.
This commit is contained in:
Jens Peters 2024-06-22 23:40:19 +02:00 committed by Johan Malm
parent 2c979fe269
commit 3b605b0142
3 changed files with 22 additions and 2 deletions

View file

@ -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);