wayland: 'focused' widgets should also have key events sent

This commit is contained in:
IoIxD 2026-05-24 22:18:29 -07:00
commit 3c1bd9956f
2 changed files with 12 additions and 2 deletions

View file

@ -537,6 +537,7 @@ struct _MwLLWayland {
MwU32 ww, wh; /* Window position */
MwPoint cur_mouse_pos; /* Currently known mouse position */
MwLL currentlyHeldWidget;
MwLL focusedWidget;
int resizing;
int setting_wh;