]> git.mdlowis.com Git - proto/labwc.git/commit
scaled-icon-buffer: fix window icons not loaded after Reconfigure
authortokyo4j <hrak1529@gmail.com>
Fri, 6 Jun 2025 19:09:27 +0000 (04:09 +0900)
committerConsolatis <35009135+Consolatis@users.noreply.github.com>
Fri, 6 Jun 2025 19:47:43 +0000 (21:47 +0200)
commit073d8c39c158a0f86079f33e5bd8fbcfaca5844b
treeabf851c40fc1f1fc9e88f2928577a0a4346d7a57
parentfb077c00950cc23997fe88aa5b04502cb5ec855e
scaled-icon-buffer: fix window icons not loaded after Reconfigure

This patch fixes the issue that window icons become the fallback
one after Reconfigure, by setting scaled_icon_buffer->view_app_id (and
other properties) in scaled_icon_buffer_set_view().

The reason why the window icons were displayed before Reconfigure is that
applications usually enable decorations and then set app_id which fires
handle_view_set_icon().
src/common/scaled-icon-buffer.c