mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-26 13:25:59 +01:00
parent
86dc46ffea
commit
acf15e5579
1 changed files with 4 additions and 0 deletions
|
@ -127,6 +127,8 @@ void CTextInput::setFocusedSurface(wlr_surface* pSurface) {
|
||||||
[this](void* owner, void* data) {
|
[this](void* owner, void* data) {
|
||||||
Debug::log(LOG, "Unmap TI owner1");
|
Debug::log(LOG, "Unmap TI owner1");
|
||||||
|
|
||||||
|
if (enterLocks)
|
||||||
|
enterLocks--;
|
||||||
pFocusedSurface = nullptr;
|
pFocusedSurface = nullptr;
|
||||||
hyprListener_surfaceUnmapped.removeCallback();
|
hyprListener_surfaceUnmapped.removeCallback();
|
||||||
hyprListener_surfaceDestroyed.removeCallback();
|
hyprListener_surfaceDestroyed.removeCallback();
|
||||||
|
@ -138,6 +140,8 @@ void CTextInput::setFocusedSurface(wlr_surface* pSurface) {
|
||||||
[this](void* owner, void* data) {
|
[this](void* owner, void* data) {
|
||||||
Debug::log(LOG, "destroy TI owner1");
|
Debug::log(LOG, "destroy TI owner1");
|
||||||
|
|
||||||
|
if (enterLocks)
|
||||||
|
enterLocks--;
|
||||||
pFocusedSurface = nullptr;
|
pFocusedSurface = nullptr;
|
||||||
hyprListener_surfaceUnmapped.removeCallback();
|
hyprListener_surfaceUnmapped.removeCallback();
|
||||||
hyprListener_surfaceDestroyed.removeCallback();
|
hyprListener_surfaceDestroyed.removeCallback();
|
||||||
|
|
Loading…
Reference in a new issue