1
0
Fork 0

Merge pull request #115090 from deralmas/wayland-ime-bruh-moment

Wayland: Fix IME
This commit is contained in:
Rémi Verschelde 2026-01-19 10:46:13 +01:00
commit a1e209b7fe
No known key found for this signature in database
GPG Key ID: C3336907360768E1
1 changed files with 0 additions and 4 deletions

View File

@ -3091,10 +3091,6 @@ void WaylandThread::_wp_text_input_on_enter(void *data, struct zwp_text_input_v3
return;
}
if (ss->ime_window_id == DisplayServer::INVALID_WINDOW_ID) {
return;
}
WindowState *ws = wl_surface_get_window_state(surface);
if (!ws) {
return;