[vte/vte-next: 79/114] Add style debug flag
- From: Christian Persch <chpe src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vte/vte-next: 79/114] Add style debug flag
- Date: Mon, 30 May 2011 17:13:23 +0000 (UTC)
commit 89a83e41a606bc9d83966bdd990bd1021a37f6f3
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 40a4d5a..bc77a01 100644
--- a/src/debug.h
+++ b/src/debug.h
@@ -59,7 +59,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]