diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/i830_uxa.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/i830_uxa.c b/src/i830_uxa.c index 8b81e0c0..94a9fa9f 100644 --- a/src/i830_uxa.c +++ b/src/i830_uxa.c @@ -737,6 +737,7 @@ i830_uxa_pixmap_swap_bo_with_image(PixmapPtr pixmap, dri_bo_unreference(priv->bo); priv->bo = bo; priv->tiling = tiling; + priv->stride = stride; priv->batch_read_domains = priv->batch_write_domain = 0; priv->flush_read_domains = priv->flush_write_domain = 0; list_del(&priv->batch); |