diff options
Diffstat (limited to 'xvmc/i965_xvmc.c')
-rw-r--r-- | xvmc/i965_xvmc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xvmc/i965_xvmc.c b/xvmc/i965_xvmc.c index 1850480c..198027f4 100644 --- a/xvmc/i965_xvmc.c +++ b/xvmc/i965_xvmc.c @@ -841,7 +841,7 @@ static Status render_surface(Display * display, } } } - intelFlushBatch(TRUE); + intelFlushBatch(); UNLOCK_HARDWARE(intel_ctx->hw_context); } return Success; |