compositor: Change default background to be a png

This commit is contained in:
Kristian Høgsberg
2011-06-23 15:33:47 -04:00
parent 060cf805bb
commit 751b5bcdd2
+1 -1
View File
@@ -44,7 +44,7 @@
* advertise that through a service on the session dbus. * advertise that through a service on the session dbus.
*/ */
static const char *option_socket_name = NULL; 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 int option_idle_time = 300;
static struct wl_list child_process_list; static struct wl_list child_process_list;