diff options
Diffstat (limited to 'glamor/glamor_utils.h')
-rw-r--r-- | glamor/glamor_utils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/glamor/glamor_utils.h b/glamor/glamor_utils.h index 9d32e6e11..5cd37de4e 100644 --- a/glamor/glamor_utils.h +++ b/glamor/glamor_utils.h @@ -886,9 +886,9 @@ static inline void _glamor_compare_pixmaps(PixmapPtr pixmap1, PixmapPtr pixmap2, int little_endian = 0; unsigned char *p_test; int bpp = pixmap1->drawable.depth == 8 ? 1 : 4; + int stride = pixmap1->devKind; assert(pixmap1->devKind == pixmap2->devKind); - int stride = pixmap1->devKind; ErrorF("stride:%d, width:%d, height:%d\n", stride, w, h); |