diff options
-rw-r--r-- | pixman/pixman-perf-stat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pixman/pixman-perf-stat.c b/pixman/pixman-perf-stat.c index cb77708..e270b53 100644 --- a/pixman/pixman-perf-stat.c +++ b/pixman/pixman-perf-stat.c @@ -434,7 +434,7 @@ get_transform_string (uint32_t flag) static const char* get_repeat_string (uint32_t flag) { - if (flag & FAST_PATH_SAMPLES_COVER_CLIP) + if (flag & FAST_PATH_SAMPLES_COVER_CLIP_NEAREST) return " cover"; else if ((flag & FAST_PATH_NORMAL_REPEAT) == FAST_PATH_NORMAL_REPEAT) return " normal"; |