diff options
-rw-r--r-- | src/XExtInt.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/XExtInt.c b/src/XExtInt.c index 8e19b97..d3c6b7c 100644 --- a/src/XExtInt.c +++ b/src/XExtInt.c @@ -915,7 +915,6 @@ static void xge_copy_to_cookie(xGenericEvent* ev, cookie->type = ev->type; cookie->evtype = ev->evtype; cookie->extension = ev->extension; - cookie->serial = ev->sequenceNumber; } static Bool |