From 0a47d135acc613cd385cba72bf1971d73a5b3542 Mon Sep 17 00:00:00 2001 From: "Jasper St. Pierre" Date: Fri, 27 Jun 2014 14:05:38 -0400 Subject: [PATCH] screen: Fix up last commit Forgot to squash after building. --- src/core/screen.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/core/screen.c b/src/core/screen.c index 2b001256e..0195a65c2 100644 --- a/src/core/screen.c +++ b/src/core/screen.c @@ -498,9 +498,7 @@ create_guard_window (Display *xdisplay, MetaScreen *screen) static void meta_screen_set_background (MetaScreen *screen) { - XSetWindowBackground (screen->display->xdisplay, - screen->xroot, - BlackPixel); + XSetWindowBackground (screen->display->xdisplay, screen->xroot, 0x00000000); } MetaScreen*