diff options
Diffstat (limited to 'libX11/src/GetKCnt.c')
-rw-r--r-- | libX11/src/GetKCnt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libX11/src/GetKCnt.c b/libX11/src/GetKCnt.c index 2cd41d098..f0ed3e199 100644 --- a/libX11/src/GetKCnt.c +++ b/libX11/src/GetKCnt.c @@ -41,7 +41,7 @@ XGetKeyboardControl ( register xReq *req; LockDisplay(dpy); GetEmptyReq (GetKeyboardControl, req); - (void) _XReply (dpy, (xReply *) &rep, + (void) _XReply (dpy, (xReply *) &rep, (SIZEOF(xGetKeyboardControlReply) - SIZEOF(xReply)) >> 2, xTrue); state->key_click_percent = rep.keyClickPercent; |