diff options
Diffstat (limited to 'src/util.h')
-rw-r--r-- | src/util.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/util.h b/src/util.h index cd71129f3..1e324cbc1 100644 --- a/src/util.h +++ b/src/util.h @@ -45,7 +45,8 @@ void meta_fatal (const char *format, typedef enum { - META_DEBUG_FOCUS + META_DEBUG_FOCUS, + META_DEBUG_GRADIENT_CACHE } MetaDebugTopic; |