[PATCH 1/2] cms-colord: Fix build after the API change 'Honor XDG_CONFIG_DIRS'
Kristian Høgsberg
hoegsberg at gmail.com
Wed May 15 08:56:17 PDT 2013
On Wed, May 15, 2013 at 09:17:37AM +0100, Richard Hughes wrote:
> ---
> src/cms-colord.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Thanks, this and 2/2 applied.
Kristian
> diff --git a/src/cms-colord.c b/src/cms-colord.c
> index 33f23b2..af6b5fa 100644
> --- a/src/cms-colord.c
> +++ b/src/cms-colord.c
> @@ -478,7 +478,7 @@ colord_cms_output_destroy(gpointer data)
>
> WL_EXPORT int
> module_init(struct weston_compositor *ec,
> - int *argc, char *argv[], const char *config_file)
> + int *argc, char *argv[])
> {
> gboolean ret;
> GError *error = NULL;
> --
> 1.8.2.1
>
> _______________________________________________
> wayland-devel mailing list
> wayland-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/wayland-devel
More information about the wayland-devel
mailing list