IME: fix incorrect popup damage (#5383)

This commit is contained in:
Sungyoon Cho 2024-04-02 20:22:41 +09:00 committed by GitHub
parent 2e5b146e57
commit 04a35891a1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 14 additions and 8 deletions

View file

@ -32,6 +32,7 @@ class CInputPopup {
wlr_input_popup_surface_v2* pWlr = nullptr;
CWLSurface surface;
CBox lastBoxLocal;
Vector2D lastPopupSize;
uint64_t lastMonitor = -1;
DYNLISTENER(mapPopup);