mirror of
https://github.com/labwc/labwc.git
synced 2026-04-12 08:21:13 -04:00
ssd: set squared corners for tiled views conditionally
Respect the snapping settings for notify-client.
This commit is contained in:
parent
04034b14c0
commit
5779bd425a
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