mirror of
https://github.com/brl/mutter.git
synced 2024-11-10 07:56:14 -05: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
|
static void
|
||||||
meta_screen_set_background (MetaScreen *screen)
|
meta_screen_set_background (MetaScreen *screen)
|
||||||
{
|
{
|
||||||
XSetWindowBackground (screen->display->xdisplay,
|
XSetWindowBackground (screen->display->xdisplay, screen->xroot, 0x00000000);
|
||||||
screen->xroot,
|
|
||||||
BlackPixel);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
MetaScreen*
|
MetaScreen*
|
||||||
|
Loading…
Reference in New Issue
Block a user