sna: Correct assertion for StoreColors
Fixing the assertion reveals that it was bogus! Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
parent
31ddaa0cfb
commit
d1da2c7146
|
|
@ -13899,7 +13899,7 @@ bool sna_accel_init(ScreenPtr screen, struct sna *sna)
|
|||
screen->UninstallColormap = miUninstallColormap;
|
||||
screen->ListInstalledColormaps = miListInstalledColormaps;
|
||||
screen->ResolveColor = miResolveColor;
|
||||
assert(screen->StoreColors == PictureStoreColors);
|
||||
assert(screen->StoreColors == NULL);
|
||||
screen->StoreColors = sna_store_colors;
|
||||
screen->BitmapToRegion = fbBitmapToRegion;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue