removed unnecessary border color
This commit is contained in:
parent
b5f20cf310
commit
e94a87eb46
@ -6,4 +6,3 @@
|
|||||||
#define FONT "-*-terminus-medium-*-*-*-12-*-*-*-*-*-iso10646-*"
|
#define FONT "-*-terminus-medium-*-*-*-12-*-*-*-*-*-iso10646-*"
|
||||||
#define BGCOLOR "#eeeeee"
|
#define BGCOLOR "#eeeeee"
|
||||||
#define FGCOLOR "#666699"
|
#define FGCOLOR "#666699"
|
||||||
#define BORDERCOLOR "#9999CC"
|
|
||||||
|
|||||||
@ -6,4 +6,3 @@
|
|||||||
#define FONT "fixed"
|
#define FONT "fixed"
|
||||||
#define BGCOLOR "#666699"
|
#define BGCOLOR "#666699"
|
||||||
#define FGCOLOR "#eeeeee"
|
#define FGCOLOR "#eeeeee"
|
||||||
#define BORDERCOLOR "#9999CC"
|
|
||||||
|
|||||||
@ -24,7 +24,6 @@ struct DC { /* draw context */
|
|||||||
int x, y, w, h;
|
int x, y, w, h;
|
||||||
unsigned long bg;
|
unsigned long bg;
|
||||||
unsigned long fg;
|
unsigned long fg;
|
||||||
unsigned long border;
|
|
||||||
Drawable drawable;
|
Drawable drawable;
|
||||||
Fnt font;
|
Fnt font;
|
||||||
GC gc;
|
GC gc;
|
||||||