]> git.mdlowis.com Git - proto/labwc.git/commit
ssd: fix crash on app_id updates while the app is in fullscreen
authortokyo4j <hrak1529@gmail.com>
Wed, 25 Sep 2024 12:27:43 +0000 (21:27 +0900)
committerHiroaki Yamamoto <hrak1529@gmail.com>
Wed, 25 Sep 2024 12:44:33 +0000 (21:44 +0900)
commit701679bae0257018ea1c39c5b282cbbfce8d5a54
tree6a5ea906780ecc27ef683197d396ff9f1d52fe8a
parenta745f911697b4877d0edb1bb9aec4f2ff3145d12
ssd: fix crash on app_id updates while the app is in fullscreen

`view->ssd_enabled && view->ssd == NULL` is possible during the client is
in fullscreen. So we need to check if `view->ssd` is NULL first in
`ssd_update_window_icon()`.
src/ssd/ssd-titlebar.c