mirror of
https://github.com/labwc/labwc.git
synced 2026-03-18 05:33:53 -04:00
Before this commit, ssd_update_title() returned early and the title was not updated when the title gets empty. Furthermore, this caused the title buffer to be misplaced outside of the titlebar when the window is resized. Reproducer: 1. Build and launch https://github.com/tokyo4j/wayland-demo/tree/repro-labwc-ssd-title-not-updated 2. One second later, the window title gets empty. But the title in SSD is not updated. 3. Un-minimize the window. Now the title buffer is misplaced outside of the titlebar. |
||
|---|---|---|
| .. | ||
| meson.build | ||
| resize-indicator.c | ||
| ssd-border.c | ||
| ssd-button.c | ||
| ssd-extents.c | ||
| ssd-shadow.c | ||
| ssd-titlebar.c | ||
| ssd.c | ||