On 23/04/2013 17:05, Bill Spitzak wrote:
On 04/23/2013 05:54 AM, Quentin Glidic wrote:
+You can specify short options having an argument with a following
space. Long
+options with argument can be specified either with or without an
equal sign.
-static void
+static bool
handle_option(const
On 04/23/2013 05:54 AM, Quentin Glidic wrote:
+You can specify short options having an argument with a following space. Long
+options with argument can be specified either with or without an equal sign.
-static void
+static bool
handle_option(const struct weston_option *option, char *value)
From: Quentin Glidic
Signed-off-by: Quentin Glidic
---
man/weston.man | 3 +++
shared/option-parser.c | 25 -
2 files changed, 19 insertions(+), 9 deletions(-)
diff --git a/man/weston.man b/man/weston.man
index 39d854b..a25e619 100644
--- a/man/weston.man
+++ b