all repos — openbox @ 0242bc2ec8a6e9227cad30fcc4e12267a895b7c2

openbox fork - make it a bit more like ryudo

remove debug prints
Dana Jansens danakj@orodu.net
commit

0242bc2ec8a6e9227cad30fcc4e12267a895b7c2

parent

ada2eb8fe506d1e55cf49953e570f7270c4dd930

1 files changed, 0 insertions(+), 11 deletions(-)

jump to
M openbox/popup.copenbox/popup.c

@@ -263,19 +263,12 @@ (screen_desktop_layout.rows * ob_rr_theme->bwidth))

/ screen_desktop_layout.rows; /* make them squares */ eachw = eachh = MIN(eachw, eachh); - g_message("dif %d %d %d %d ", - (screen_desktop_layout.columns * (eachw + ob_rr_theme->bwidth) + - ob_rr_theme->bwidth), w, - (screen_desktop_layout.rows * (eachh + ob_rr_theme->bwidth) + - ob_rr_theme->bwidth), h); /* center */ px += (w - (screen_desktop_layout.columns * (eachw + ob_rr_theme->bwidth) + ob_rr_theme->bwidth)) / 2; py += (h - (screen_desktop_layout.rows * (eachh + ob_rr_theme->bwidth) + ob_rr_theme->bwidth)) / 2; - - g_message("%d %d %d %d", px, py, eachw, eachh); if (eachw <= 0 || eachh <= 0) return;

@@ -336,8 +329,6 @@ }

break; } - g_message("%d %d %d", n, horz_inc, vert_inc); - rown = n; i = 0; for (r = 0, y = 0; r < screen_desktop_layout.rows;

@@ -347,8 +338,6 @@ for (c = 0, x = 0; c < screen_desktop_layout.columns;

++c, x += eachw + ob_rr_theme->bwidth) { RrAppearance *a; - - g_message("i %d n %d", i, n); if (i >= self->desks) break;