Skip to content
This repository has been archived by the owner on Jul 15, 2020. It is now read-only.

Commit

Permalink
draw witray in normcolors so it doesn't standout
Browse files Browse the repository at this point in the history
  • Loading branch information
sunaku committed May 31, 2014
1 parent 90d977d commit 4ef2234
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/tray/tray.c
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,9 @@ tray_draw(Rectangle r) {
borderwidth = 1;

r = rectsetorigin(r, ZP);
border(tray.pixmap, r, borderwidth, &tray.selcolors.border);
border(tray.pixmap, r, borderwidth, &tray.normcolors.border);
r = insetrect(r, borderwidth);
fill(tray.pixmap, r, &tray.selcolors.bg);
fill(tray.pixmap, r, &tray.normcolors.bg);
XClearWindow(display, tray.win->xid);
}

Expand Down

0 comments on commit 4ef2234

Please sign in to comment.