diff options
author | marha <marha@users.sourceforge.net> | 2010-08-07 14:16:42 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2010-08-07 14:16:42 +0000 |
commit | 4e3f3e7b8cc2c617187bdf23a9948bfd5121074e (patch) | |
tree | ddd603e7fd5151ae250b7fb63c9e84eebc79814e /xorg-server/os/io.c | |
parent | 6849d83857b4e470a44ad8b6aa5cfb283fd64c89 (diff) | |
download | vcxsrv-4e3f3e7b8cc2c617187bdf23a9948bfd5121074e.tar.gz vcxsrv-4e3f3e7b8cc2c617187bdf23a9948bfd5121074e.tar.bz2 vcxsrv-4e3f3e7b8cc2c617187bdf23a9948bfd5121074e.zip |
libXext xserver libX11 libXdmcp libxcb git update 7/8/2010
Diffstat (limited to 'xorg-server/os/io.c')
-rw-r--r-- | xorg-server/os/io.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/xorg-server/os/io.c b/xorg-server/os/io.c index c617405b3..c9488b280 100644 --- a/xorg-server/os/io.c +++ b/xorg-server/os/io.c @@ -819,6 +819,10 @@ WriteToClient (ClientPtr who, int count, const void *__buf) CriticalOutputPending = FALSE;
NewOutputPending = FALSE;
}
+
+ if (FlushCallback)
+ CallCallbacks(&FlushCallback, NULL);
+
return FlushClient(who, oc, buf, count);
}
|