[vte/vte-next] Add style debug flag



commit 06c004e3013433253f5028cb205b2feb3ccd90c7
Author: Christian Persch <chpe gnome org>
Date:   Wed May 18 15:40:19 2011 +0200

    Add style debug flag
    
    ... and remove the unused background debug flag.

 src/debug.c |    2 +-
 src/debug.h |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/debug.c b/src/debug.c
index 54997b9..797b65e 100644
--- a/src/debug.c
+++ b/src/debug.c
@@ -50,7 +50,7 @@ _vte_debug_init(void)
     { "ally",         VTE_DEBUG_ALLY         },
     { "pangocairo",   VTE_DEBUG_PANGOCAIRO   },
     { "widget-size",  VTE_DEBUG_WIDGET_SIZE  },
-    { "bg",           VTE_DEBUG_BG           }
+    { "style",        VTE_DEBUG_STYLE        }
   };
 
   _vte_debug_flags = g_parse_debug_string (g_getenv("VTE_DEBUG"),
diff --git a/src/debug.h b/src/debug.h
index eee72cb..d61e730 100644
--- a/src/debug.h
+++ b/src/debug.h
@@ -50,7 +50,7 @@ typedef enum {
 	VTE_DEBUG_ADJ		= 1 << 19,
 	VTE_DEBUG_PANGOCAIRO    = 1 << 20,
 	VTE_DEBUG_WIDGET_SIZE   = 1 << 21,
-        VTE_DEBUG_BG            = 1 << 22
+        VTE_DEBUG_STYLE         = 1 << 22
 } VteDebugFlags;
 
 void _vte_debug_init(void);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]