[vte/vte-next: 80/223] Add style debug flag
- From: Christian Persch <chpe src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vte/vte-next: 80/223] Add style debug flag
- Date: Wed, 22 Jun 2011 20:55:20 +0000 (UTC)
commit 1d61512075d205e1a0d5e792645d9355a0a1af94
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 28647bb..3d8dfbf 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 0683e17..3d24412 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]