[Xfce4-commits] <xfce4-panel:devel> Add base point to debug macro.
Nick Schermer
noreply at xfce.org
Mon Feb 1 16:32:03 CET 2010
Updating branch refs/heads/devel
to c5f1b1460336ab473367259c0cbc88d9ef2c13ca (commit)
from 7454bf4a581747de00493290c68024c824f0e1a1 (commit)
commit c5f1b1460336ab473367259c0cbc88d9ef2c13ca
Author: Nick Schermer <nick at xfce.org>
Date: Mon Feb 1 16:07:24 2010 +0100
Add base point to debug macro.
panel/panel-window.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/panel/panel-window.c b/panel/panel-window.c
index 6b6920a..fd886d9 100644
--- a/panel/panel-window.c
+++ b/panel/panel-window.c
@@ -1619,9 +1619,10 @@ panel_window_screen_layout_changed (GdkScreen *screen,
panel_return_if_fail (n_monitors > 0);
panel_debug (PANEL_DEBUG_DOMAIN_POSITIONING,
- "monitors=%d, output-name=%s, span-monitors=%s",
+ "monitors=%d, output-name=%s, span-monitors=%s, base=%d,%d",
n_monitors, window->output_name,
- PANEL_DEBUG_BOOL (window->span_monitors));
+ PANEL_DEBUG_BOOL (window->span_monitors),
+ window->base_x, window->base_y);
if (window->output_name == NULL
&& (window->span_monitors || n_monitors == 1))
More information about the Xfce4-commits
mailing list