diff options
-rw-r--r-- | xc/lib/Xi/XExtInt.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xc/lib/Xi/XExtInt.c b/xc/lib/Xi/XExtInt.c index b12275a4c..3873ce1df 100644 --- a/xc/lib/Xi/XExtInt.c +++ b/xc/lib/Xi/XExtInt.c @@ -1,4 +1,4 @@ -/* $Header: XExtInt.c,v 1.23 91/07/23 12:30:32 rws Exp $ */ +/* $Header: XExtInt.c,v 1.24 91/07/24 15:44:34 rws Exp $ */ /************************************************************ Copyright (c) 1989 by Hewlett-Packard Company, Palo Alto, California, and the @@ -476,7 +476,7 @@ XInputWireToEvent (dpy, re, event) deviceStateNotify *sev = (deviceStateNotify *) event; char *data; - stev->window = dpy->current; + stev->window = None; stev->deviceid = sev->deviceid & DEVICE_BITS; stev->time = sev->time; stev->num_classes = Ones (sev->classes_reported & InputClassBits); |