<div dir="ltr">idle-time: manpage update<br><br>---<br> man/weston.ini.man |    4 +++-<br> 1 file changed, 3 insertions(+), 1 deletion(-)<br><br>diff --git a/man/weston.ini.man b/man/weston.ini.man<br>index c3e5747..ae94d9b 100644<br>
--- a/man/weston.ini.man<br>+++ b/man/weston.ini.man<br>@@ -103,8 +103,10 @@ directory are:<br> .BR xwayland.so<br> .fi<br> .RE<br>-.RS<br> .PP<br>+.TP 7<br>+.BI "idle-time=" value<br>+sets time before to fall in idle as --idle-time argument (integer).<br>
 <br> .SH "SHELL SECTION"<br> The<br>-- <br>1.7.9.5<br><br></div><div class="gmail_extra"><br><br><div class="gmail_quote">2013/6/11 Pekka Paalanen <span dir="ltr"><<a href="mailto:ppaalanen@gmail.com" target="_blank">ppaalanen@gmail.com</a>></span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On Tue, 11 Jun 2013 14:43:46 +0200<br>
Marc Chalain <<a href="mailto:marc.chalain@gmail.com">marc.chalain@gmail.com</a>> wrote:<br>
<br>
> You have right, it's the smallest of my patches, and the worst.<br>
><br>
> [PATCH] [compositor]: add "idle-time" entry support in "core"<br>
>  section of weston.ini<br>
><br>
> ---<br>
>  src/compositor.c |    2 ++<br>
>  1 file changed, 2 insertions(+)<br>
><br>
> diff --git a/src/compositor.c b/src/compositor.c<br>
> index 099600d..2002812 100644<br>
> --- a/src/compositor.c<br>
> +++ b/src/compositor.c<br>
> @@ -3277,6 +3277,8 @@ int main(int argc, char *argv[])<br>
>      section = weston_config_get_section(config, "core", NULL, NULL);<br>
>      weston_config_section_get_string(section, "modules",<br>
>                       &modules, "desktop-shell.so");<br>
> +    weston_config_section_get_int(section, "idle-time",<br>
> +                     &idle_time, idle_time);<br>
><br>
>      backend_init = load_module(backend, "backend_init");<br>
>      if (!backend_init)<br>
<br>
</div>I think that should work. What about the man pages?<br>
<br>
<br>
Thanks,<br>
pq<br>
</blockquote></div><br></div>