From 4e3f3e7b8cc2c617187bdf23a9948bfd5121074e Mon Sep 17 00:00:00 2001 From: marha Date: Sat, 7 Aug 2010 14:16:42 +0000 Subject: libXext xserver libX11 libXdmcp libxcb git update 7/8/2010 --- xorg-server/os/io.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'xorg-server/os/io.c') 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); } -- cgit v1.2.3