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 08ba2a5..2ea4a23 100644 --- a/src/XExtInt.c +++ b/src/XExtInt.c @@ -939,7 +939,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 |