diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-09-15 06:37:32 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-09-15 06:37:32 +0000 |
| commit | 0242bc2ec8a6e9227cad30fcc4e12267a895b7c2 (patch) | |
| tree | 425ed721a602465eb8ddf84785f4435f7aed11f4 /openbox | |
| parent | ada2eb8fe506d1e55cf49953e570f7270c4dd930 (diff) | |
remove debug prints
Diffstat (limited to 'openbox')
| -rw-r--r-- | openbox/popup.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/openbox/popup.c b/openbox/popup.c index 8701e1d8..8521de6a 100644 --- a/openbox/popup.c +++ b/openbox/popup.c @@ -263,11 +263,6 @@ static void pager_popup_draw_icon(gint px, gint py, gint w, gint h, / 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) + @@ -275,8 +270,6 @@ static void pager_popup_draw_icon(gint px, gint py, gint w, gint h, 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 @@ static void pager_popup_draw_icon(gint px, gint py, gint w, gint h, 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; @@ -348,8 +339,6 @@ static void pager_popup_draw_icon(gint px, gint py, gint w, gint h, { RrAppearance *a; - g_message("i %d n %d", i, n); - if (i >= self->desks) break; |
