Mercurial > aewl
comparison dwm.h @ 235:60e73ebaab27
removed unnecessary border color
author | Anselm R.Garbe <arg@10ksloc.org> |
---|---|
date | Thu, 10 Aug 2006 10:27:08 +0200 |
parents | 98e9901b1dbb |
children | 7f8f7f14e9cd |
comparison
equal
deleted
inserted
replaced
234:10a8c83e18d8 | 235:60e73ebaab27 |
---|---|
41 | 41 |
42 struct DC { /* draw context */ | 42 struct DC { /* draw context */ |
43 int x, y, w, h; | 43 int x, y, w, h; |
44 unsigned long bg; | 44 unsigned long bg; |
45 unsigned long fg; | 45 unsigned long fg; |
46 unsigned long border; | |
47 Drawable drawable; | 46 Drawable drawable; |
48 Fnt font; | 47 Fnt font; |
49 GC gc; | 48 GC gc; |
50 }; | 49 }; |
51 | 50 |