summaryrefslogtreecommitdiff
path: root/glx/singlepixswap.c
diff options
context:
space:
mode:
Diffstat (limited to 'glx/singlepixswap.c')
-rw-r--r--glx/singlepixswap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/glx/singlepixswap.c b/glx/singlepixswap.c
index a7febc9a6..bef99f606 100644
--- a/glx/singlepixswap.c
+++ b/glx/singlepixswap.c
@@ -102,7 +102,7 @@ int __glXDispSwap_ReadPixels(__GLXclientState *cl, GLbyte *pc)
__GLX_SEND_HEADER();
__GLX_SEND_VOID_ARRAY(compsize);
}
- __GLX_NOTE_FLUSHED_CMDS(cx);
+ cx->hasUnflushedCommands = GL_FALSE;
return Success;
}