readded border color, this sucks least
This commit is contained in:
parent
4b0328f209
commit
00255728aa
5 changed files with 26 additions and 14 deletions
1
dwm.h
1
dwm.h
|
@ -43,6 +43,7 @@ struct DC { /* draw context */
|
|||
int x, y, w, h;
|
||||
unsigned long bg;
|
||||
unsigned long fg;
|
||||
unsigned long border;
|
||||
Drawable drawable;
|
||||
Fnt font;
|
||||
GC gc;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue