simplified several portions of code through replacing rect structs with x,y,h,w counterparts (much more readable)
This commit is contained in:
8
config.h
8
config.h
@ -4,7 +4,7 @@
|
||||
*/
|
||||
|
||||
#define FONT "-*-terminus-medium-*-*-*-13-*-*-*-*-*-iso10646-*"
|
||||
#define BGCOLOR "#0c0c33"
|
||||
#define FGCOLOR "#b2c8cd"
|
||||
#define BORDERCOLOR "#3030c0"
|
||||
#define STATUSDELAY 10 /* milliseconds */
|
||||
#define BGCOLOR "#666699"
|
||||
#define FGCOLOR "#ffffff"
|
||||
#define BORDERCOLOR "#9999CC"
|
||||
#define STATUSDELAY 10 /* seconds */
|
||||
|
Reference in New Issue
Block a user