summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorNick Schermer <nick@xfce.org>2010-02-26 14:08:29 +0100
committerNick Schermer <nick@xfce.org>2010-02-26 14:11:51 +0100
commit00bafe6f88746628db61ba9eb592571ce9f7433d (patch)
tree009dbff716e1411244f18fccdfac5d610754e37c /common
parentb09e0dbb6dbc34f945f4b62e2d9b9b82a967d762 (diff)
downloadxfce4-panel-00bafe6f88746628db61ba9eb592571ce9f7433d.tar.gz
Add debugging code to application.
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 084b0d41..8dc7955a 100644
--- a/common/panel-debug.h
+++ b/common/panel-debug.h
@@ -21,6 +21,7 @@
#define PANEL_DEBUG_DOMAIN_POSITIONING "positioning"
#define PANEL_DEBUG_DOMAIN_STRUTS "struts"
+#define PANEL_DEBUG_DOMAIN_APPLICATION "application"
#define PANEL_DEBUG_BOOL(bool) ((bool) ? "true" : "false")