diff options
author | rws <empty> | 1992-01-30 14:17:27 +0000 |
---|---|---|
committer | rws <empty> | 1992-01-30 14:17:27 +0000 |
commit | 3ed6e0d7f6f55a9e154db0b17dfb8050f49561c5 (patch) | |
tree | abd8bbd1f32b683bc34f0315a10a15e7e9114be6 /xc/lib/Xi | |
parent | cad4df5616ec469c42655b308f6503eeded06d58 (diff) |
replace dpy->current with None
Diffstat (limited to 'xc/lib/Xi')
-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); |