[PATCH] weston.ini: document background-type

Kristian Høgsberg hoegsberg at gmail.com
Wed May 1 10:41:10 PDT 2013


On Mon, Apr 22, 2013 at 11:00:07AM +0200, Emilio Pozuelo Monfort wrote:
> ---
>  man/weston.ini.man |    4 ++++
>  weston.ini         |    1 +
>  2 files changed, 5 insertions(+)

Thanks, committed.

Kristian

> diff --git a/man/weston.ini.man b/man/weston.ini.man
> index 8dde82c..2287730 100644
> --- a/man/weston.ini.man
> +++ b/man/weston.ini.man
> @@ -109,6 +109,10 @@ The entries that can appear in this section are:
>  .BI "background-image=" file
>  sets the path for the background image file (string).
>  .TP 7
> +.BI "background-type=" tile
> +determines how the background image is drawn (string). Can be scale or
> +tile (default).
> +.TP 7
>  .BI "background-color=" 0xAARRGGBB
>  sets the color of the background (unsigned integer). The hexadecimal
>  digit pairs are in order alpha, red, green, and blue.
> diff --git a/weston.ini b/weston.ini
> index c6cff76..cd34044 100644
> --- a/weston.ini
> +++ b/weston.ini
> @@ -4,6 +4,7 @@
>  [shell]
>  background-image=/usr/share/backgrounds/gnome/Aqua.jpg
>  background-color=0xff002244
> +background-type=tile
>  panel-color=0x90ff0000
>  locking=true
>  animation=zoom
> -- 
> 1.7.10.4
> 
> _______________________________________________
> 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