From 4817c018d08b6d75401573626125a9208f88fc14 Mon Sep 17 00:00:00 2001 From: marco candrian Date: Wed, 16 Apr 2008 03:48:48 +0200 Subject: [PATCH] draw_style has 'bottom', 'top' and 'line' options Signed-off-by: Julien Danjou --- build-utils/extractrcskeleton.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-utils/extractrcskeleton.py b/build-utils/extractrcskeleton.py index 1d1e4d25b..a4589a38c 100755 --- a/build-utils/extractrcskeleton.py +++ b/build-utils/extractrcskeleton.py @@ -44,6 +44,8 @@ def sections_print(sec, indent): print indent + opt + " = " elif opt in ["align"]: print indent + opt + " = <{auto, left, right}>" + elif opt in ["draw_style"]: + print indent + opt + " = <{bottom, top, line}>" elif opt in ["text_align"]: print indent + opt + " = <{left, center, right}>" elif opt in ["grow"]: