simplified several portions of code through replacing rect structs with x,y,h,w counterparts (much more readable)
This commit is contained in:
parent
7696c89c90
commit
dfd84f9bf3
12 changed files with 164 additions and 235 deletions
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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue