readded border color, this sucks least

This commit is contained in:
Anselm R.Garbe
2006-08-10 11:12:15 +02:00
parent 4b0328f209
commit 00255728aa
5 changed files with 26 additions and 14 deletions

1
dwm.h
View File

@ -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;