screen: Fix up last commit

Forgot to squash after building.
This commit is contained in:
Jasper St. Pierre 2014-06-27 14:05:38 -04:00
parent ec8ed1dbb0
commit 0a47d135ac

View File

@ -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*