diff options
Diffstat (limited to 'libX11/src/GetWAttrs.c')
-rw-r--r-- | libX11/src/GetWAttrs.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libX11/src/GetWAttrs.c b/libX11/src/GetWAttrs.c index 05f1c1124..852c66ed3 100644 --- a/libX11/src/GetWAttrs.c +++ b/libX11/src/GetWAttrs.c @@ -91,14 +91,14 @@ _XGetWindowAttributes( register Display *dpy, Window w, XWindowAttributes *attr) -{ +{ xGetGeometryReply rep; register xResourceReq *req; register int i; register Screen *sp; _XAsyncHandler async; _XWAttrsState async_state; - + GetResReq(GetWindowAttributes, w, req); async_state.attr_seq = dpy->request; |