mirror of
https://github.com/brl/mutter.git
synced 2024-12-25 12:32:05 +00:00
screen: Fix up last commit
Forgot to squash after building.
This commit is contained in:
parent
ec8ed1dbb0
commit
0a47d135ac
@ -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*
|
||||
|
Loading…
Reference in New Issue
Block a user