Lines Matching full:options
9 src/options.cpp | 5 +++++
10 src/options.h | 1 +
23 + if (options.off_screen)
31 diff --git a/src/options.cpp b/src/options.cpp
33 --- a/src/options.cpp
34 +++ b/src/options.cpp
36 {"winsys-options", 1, 0, 0},
43 @@ -136,6 +137,7 @@ Options::Options()
51 @@ -167,6 +169,7 @@ std::string Options::help_string()
52 " --winsys-options OPTS Window system options as 'opt1=val1(:opt2=val2)*'\n"
59 @@ -223,6 +226,8 @@ bool Options::parse_args(int argc, char **argv)
68 diff --git a/src/options.h b/src/options.h
70 --- a/src/options.h
71 +++ b/src/options.h
72 @@ -55,6 +55,7 @@ struct Options