diff options
Diffstat (limited to 'xserver/os')
-rw-r--r-- | xserver/os/io.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xserver/os/io.c b/xserver/os/io.c index 421023807..c59e18c5e 100644 --- a/xserver/os/io.c +++ b/xserver/os/io.c @@ -810,6 +810,7 @@ WriteToClient (ClientPtr who, int count, const void *__buf) replyinfo.client = who; replyinfo.replyData = buf; replyinfo.dataLenBytes = count + padBytes; + replyinfo.padBytes = padBytes; if (who->replyBytesRemaining) { /* still sending data of an earlier reply */ who->replyBytesRemaining -= count + padBytes; |