all repos — openbox @ d974e00bc90db03fc1af45e110b6927e0f42e7fa

openbox fork - make it a bit more like ryudo

fixed the drop shadow window clearing bug in Basemenu
Scott Moynes smoynes@nexus.carleton.ca
commit

d974e00bc90db03fc1af45e110b6927e0f42e7fa

parent

ccf6cfadf7917be62eda6b5613feca59ddc66a0f

1 files changed, 5 insertions(+), 1 deletions(-)

jump to
M src/Basemenu.ccsrc/Basemenu.cc

@@ -611,9 +611,13 @@ max(sel_y, y) <= min<signed>(sel_y + half_w, y + h)))

dooppsel = False; } +#ifdef XFT if (dotext) - XClearArea(display, menu.frame, text_x, text_y, text_w, text_h, + XClearArea(display, menu.frame, text_x, text_y , + text_w + style->f_font->offset(), + text_h + style->f_font->offset(), False); +#endif // XFT if (dohilite && highlight && (menu.hilite_pixmap != ParentRelative)) { if (menu.hilite_pixmap)