aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/window.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/window.c b/src/window.c
index 01218a6..131244f 100644
--- a/src/window.c
+++ b/src/window.c
@@ -31,7 +31,8 @@ cherry_window_new(void)
hints.flags = PPosition|PSize;
XSetWindowAttributes attributes;
- attributes.background_pixel = XWhitePixel(app->display, app->screen);
+/* attributes.background_pixel = XWhitePixel(app->display, app->screen); */
+ attributes.background_pixel = RGB(100, 10, 10);
w->window_handler = XCreateWindow(app->display,
XRootWindow(app->display, app->screen),