diff options
author | Anselm R. Garbe <garbeam@gmail.com> | 2007-09-15 20:39:31 +0200 |
---|---|---|
committer | Anselm R. Garbe <garbeam@gmail.com> | 2007-09-15 20:39:31 +0200 |
commit | 2091200c957783deed032380d56c4199a23c6b81 (patch) | |
tree | dc878b437a2ebbe9cfbe79eced7dc50ae8f4fc55 /main.c | |
parent | 7e476fb86ba254e6fe3a916ed7b5298e432a469c (diff) |
new colorscheme (16-bit compliant)
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -148,6 +148,7 @@ setup(void) { sx = sy = 0; sw = DisplayWidth(dpy, screen); sh = DisplayHeight(dpy, screen); + initstyle(); initlayouts(); initbar(); /* multihead support */ |