diff --git a/src/r600_exa.c b/src/r600_exa.c index 86da68c..4e42509 100644 --- a/src/r600_exa.c +++ b/src/r600_exa.c @@ -2330,9 +2330,9 @@ R600DrawInit(ScreenPtr pScreen) #ifdef EXA_HANDLES_PIXMAPS if (info->cs) { info->accel_state->exa->flags |= EXA_HANDLES_PIXMAPS; -//#ifdef EXA_MIXED_PIXMAPS -// info->accel_state->exa->flags |= EXA_MIXED_PIXMAPS; -//#endif +#ifdef EXA_MIXED_PIXMAPS + info->accel_state->exa->flags |= EXA_MIXED_PIXMAPS; +#endif } #endif #endif