diff options
-rw-r--r-- | src/XExtInt.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/XExtInt.c b/src/XExtInt.c index 02a4665..170394b 100644 --- a/src/XExtInt.c +++ b/src/XExtInt.c @@ -833,6 +833,8 @@ XInputWireToEvent( return ENQUEUE_EVENT; case XI_Enter: case XI_Leave: + case XI_FocusIn: + case XI_FocusOut: *re = *save; if (!wireToEnterLeave(event, re)) { |