]> git.mdlowis.com Git - proto/labwc.git/commit
IME: destroy popup node when popup is destroyed
authortokyo4j <hrak1529@gmail.com>
Mon, 3 Jun 2024 08:50:13 +0000 (17:50 +0900)
committerHiroaki Yamamoto <hrak1529@gmail.com>
Mon, 3 Jun 2024 18:59:56 +0000 (03:59 +0900)
commit5ef50986c299e70f2a146961e9fabffe72f70a33
treed13b525cec593855029f63226d7bc01c54ca6946
parentbbe60088e57f38e611af29cfdf1ca7ab2cd71daf
IME: destroy popup node when popup is destroyed

Before this commit, scene-nodes for IME popup were destroyed when
the bound wl_surface is destroyed. However, this caused a bug that
multiple popup nodes are shown when input_popup_surface_v2 is recreated
with the same wl_surface.
src/input/ime.c