diff --git a/src/sna/sna_dri2.c b/src/sna/sna_dri2.c index 1675c98a..3f632732 100644 --- a/src/sna/sna_dri2.c +++ b/src/sna/sna_dri2.c @@ -328,7 +328,7 @@ inline static DRI2BufferPtr dri2_window_get_front(WindowPtr win) } #else inline static void *dri2_window_get_front(WindowPtr win) { return NULL; } -#define APPLY_DAMAGE 0 +#define APPLY_DAMAGE 1 #endif #if DRI2INFOREC_VERSION < 6