<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>