removed unnecessary border color

This commit is contained in:
Anselm R.Garbe
2006-08-10 10:27:08 +02:00
parent a4c4998c8b
commit 30561a0161
5 changed files with 0 additions and 25 deletions

1
dwm.h
View File

@ -43,7 +43,6 @@ struct DC { /* draw context */
int x, y, w, h;
unsigned long bg;
unsigned long fg;
unsigned long border;
Drawable drawable;
Fnt font;
GC gc;