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:
Chris Wilson 2012-08-16 21:15:54 +01:00
parent 31ddaa0cfb
commit d1da2c7146
1 changed files with 1 additions and 1 deletions

View File

@ -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;