summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorNick Schermer <nick@xfce.org>2010-06-13 21:08:58 +0200
committerNick Schermer <nick@xfce.org>2010-06-13 21:23:40 +0200
commit0ea9a2db5bf11a50b08db6f1857272e52caf973a (patch)
treed920fded9f7dacb7a54635982482f4aa742788be /common
parent5f5f0eec1aa67463fe71e4e04d6f68e5ec1ce0d9 (diff)
downloadxfce4-panel-0ea9a2db5bf11a50b08db6f1857272e52caf973a.tar.gz
Improve showing a window a bit.
Still not there yet, but this makes things a bit easier to understand.
Diffstat (limited to 'common')
-rw-r--r--common/panel-debug.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/panel-debug.h b/common/panel-debug.h
index ac370283..74990c5b 100644
--- a/common/panel-debug.h
+++ b/common/panel-debug.h
@@ -26,6 +26,7 @@
#define PANEL_DEBUG_DOMAIN_EXTERNAL "external"
#define PANEL_DEBUG_DOMAIN_EXTERNAL46 "external46"
#define PANEL_DEBUG_DOMAIN_TASKLIST "tasklist"
+#define PANEL_DEBUG_DOMAIN_BASE_WINDOW "base-window"
#define PANEL_DEBUG_BOOL(bool) ((bool) ? "true" : "false")