From 751b5bcdd29dba4ed15bd3feecbea76810eab723 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Kristian=20H=C3=B8gsberg?= Date: Thu, 23 Jun 2011 15:33:47 -0400 Subject: [PATCH] compositor: Change default background to be a png --- compositor/compositor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compositor/compositor.c b/compositor/compositor.c index 3257240..d992642 100644 --- a/compositor/compositor.c +++ b/compositor/compositor.c @@ -44,7 +44,7 @@ * advertise that through a service on the session dbus. */ static const char *option_socket_name = NULL; -static const char *option_background = "background.jpg"; +static const char *option_background = "background.png"; static int option_idle_time = 300; static struct wl_list child_process_list; -- 2.7.4