Subject: [PATCH] change background extension from jpg to png
EdB
edb at sigluy.net
Fri May 27 07:10:58 PDT 2011
From 6d7e4b334042bb11c6d891e3a85bc60151127cde Mon Sep 17 00:00:00 2001
From: EdB <edb at sigluy.net>
Date: Fri, 27 May 2011 16:00:46 +0200
Subject: [PATCH] change background extension from jpg to png
background is create from a png,
change default filename extension to png instead of jpeg
---
compositor/compositor.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/compositor/compositor.c b/compositor/compositor.c
index b9f812b..6368389 100644
--- a/compositor/compositor.c
+++ b/compositor/compositor.c
@@ -42,7 +42,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;
WL_EXPORT void
--
1.7.5.2
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.freedesktop.org/archives/wayland-devel/attachments/20110527/bfafe649/attachment.pgp>
More information about the wayland-devel
mailing list