]> git.mdlowis.com Git - proto/labwc.git/commit
ssd: don't update ssd if view width is too small
authortokyo4j <hrak1529@gmail.com>
Sat, 27 Apr 2024 09:15:53 +0000 (18:15 +0900)
committerConsolatis <35009135+Consolatis@users.noreply.github.com>
Sun, 28 Apr 2024 08:20:24 +0000 (10:20 +0200)
commit2603dbf396bddeebefeb8e6e1f4ef7cce3b4eb31
tree6692b3140a2fc105d6c80b907852dcf038e1fabb
parentc224e1e05a25ce66af3a69bc9bd2bc849ec37442
ssd: don't update ssd if view width is too small

Clients can ignore the requsted geometry and negative widths could be
passed to `wlr_scene_rect_set_size()` in `ssd_titlebar_update()` or in
`ssd_border_update()`.
src/ssd/ssd.c