1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-21 05:18:06 +01:00

fix solid color for framewin with plugin

This commit is contained in:
id
2000-12-09 08:34:07 +00:00
parent 0e34a7ae28
commit 57d9e81c2d
2 changed files with 36 additions and 9 deletions

View File

@@ -814,7 +814,8 @@ paintEntry(WMenu *menu, int index, int selected)
DefaultDepth(dpy, DefaultScreen(dpy)));
if (scr->menu_item_texture->any.type == WTEX_SOLID) {
XFillRectangle(dpy, tmp_bg, scr->menu_item_texture->solid.normal_gc, 0, 0, w, h);
XFillRectangle(dpy, tmp_bg, scr->menu_item_texture->solid.normal_gc,
0, 0, w, h);
drawFrame(scr, tmp_bg, 0, w, h, type);
} else {