diff options
| author | Dana Jansens <danakj@orodu.net> | 2008-03-02 04:18:17 -0500 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2008-03-02 04:19:05 -0500 |
| commit | 37705f444eecabb2e5bd31e92bc8b82ae9b8b596 (patch) | |
| tree | 6c2ef624542f53985773b3399ca49baacbbf7d77 /openbox/prompt.c | |
| parent | a47d0a53652a96ca1df96fc9268757df1431ae55 (diff) | |
| parent | e8ce4dbb8fa8f415759745d57bb1c971ea360ec5 (diff) | |
Merge branch 'backport' into work
Conflicts:
openbox/actions/all.h
openbox/event.c
openbox/prompt.c
Diffstat (limited to 'openbox/prompt.c')
| -rw-r--r-- | openbox/prompt.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/openbox/prompt.c b/openbox/prompt.c index 9e91d249..7c19bcb1 100644 --- a/openbox/prompt.c +++ b/openbox/prompt.c @@ -262,7 +262,6 @@ static void prompt_layout(ObPrompt *self) self->button[i].width = bw; self->button[i].height = bh; RrMinSize(prompt_a_focus, &bw, &bh); - g_print("button w %d h %d\n", bw, bh); self->button[i].width = MAX(self->button[i].width, bw); self->button[i].height = MAX(self->button[i].height, bh); RrMinSize(prompt_a_press, &bw, &bh); @@ -386,8 +385,6 @@ static void setup_button_focus_tex(ObPromptElement *e, RrAppearance *a, a->texture[4].data.lineart.x2 = e->width - r - 1; a->texture[4].data.lineart.y1 = t; a->texture[4].data.lineart.y2 = e->height - b - 1; - - g_print("setting x2 %d\n", e->width - r - 1); } static void render_button(ObPrompt *self, ObPromptElement *e) |
