diff options
Diffstat (limited to 'libX11/src')
-rw-r--r-- | libX11/src/XlibInt.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libX11/src/XlibInt.c b/libX11/src/XlibInt.c index 17a0bd0a4..c0442afd4 100644 --- a/libX11/src/XlibInt.c +++ b/libX11/src/XlibInt.c @@ -889,6 +889,8 @@ void _XEnq( type = event->u.u.type & 0177;
extension = ((xGenericEvent*)event)->extension;
+
+ qelt->event.type = type;
/* If an extension has registerd a generic_event_vec handler, then
* it can handle event cookies. Otherwise, proceed with the normal
* event handlers.
|