diff options
Diffstat (limited to 'gsk/gskdebug.c')
-rw-r--r-- | gsk/gskdebug.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gsk/gskdebug.c b/gsk/gskdebug.c index 68674b7fed..3538cec0e5 100644 --- a/gsk/gskdebug.c +++ b/gsk/gskdebug.c @@ -11,8 +11,7 @@ static const GdkDebugKey gsk_debug_keys[] = { { "surface", GSK_DEBUG_SURFACE, "Information about surfaces" }, { "fallback", GSK_DEBUG_FALLBACK, "Information about fallbacks" }, { "glyphcache", GSK_DEBUG_GLYPH_CACHE, "Information about glyph caching" }, - { "diff", GSK_DEBUG_DIFF, "Show differences" }, - { "geometry", GSK_DEBUG_GEOMETRY, "Show borders" }, + { "geometry", GSK_DEBUG_GEOMETRY, "Show borders (when using cairo)" }, { "full-redraw", GSK_DEBUG_FULL_REDRAW, "Force full redraws" }, { "sync", GSK_DEBUG_SYNC, "Sync after each frame" }, { "vulkan-staging-image", GSK_DEBUG_VULKAN_STAGING_IMAGE, "Use a staging image for Vulkan texture upload" }, |