X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=sdl_gui.ggo;h=8ea4928784ae97e94afd2886f7f228bf06226bca;hp=a318658ab27e017090813a4a5e7a53220ed72129;hb=df3c03e72911edb31e7f1e32ebe29dad063e3b70;hpb=2ed89c59f0efcd0a2763f47c7d3455663241e623 diff --git a/sdl_gui.ggo b/sdl_gui.ggo index a318658a..8ea49287 100644 --- a/sdl_gui.ggo +++ b/sdl_gui.ggo @@ -1,9 +1,8 @@ -# file sample1.ggo option "fullscreen" f "Use fullscreeen mode" flag off option "interactive" i "Activate interactive mode" flag off -option "width" x "Specify screen width" int typestr="pixels" default="1024" no -option "height" y "Specify screen height" int typestr="pixels" default="768" no -option "config_file" c "(default='~/.paraslash/sdl_gui.conf')" string typestr="filename" no -option "window-id" w "(currently ignored)" string typestr="filename" no -option "stat_cmd" s "command to read server and audiod status data from" string typestr="command" default="para_audioc -t 100 stat" no -option "pic_cmd" p "command to read pic from" string typestr="command" default="para_client pic" no +option "width" x "Specify screen width" int typestr="pixels" default="1024" optional +option "height" y "Specify screen height" int typestr="pixels" default="768" optional +option "config_file" c "(default='~/.paraslash/sdl_gui.conf')" string typestr="filename" optional +option "window-id" w "(currently ignored)" string typestr="filename" optional +option "stat_cmd" s "command to read server and audiod status data from" string typestr="command" default="para_audioc stat" optional +option "pic_cmd" p "command to read pic from" string typestr="command" default="para_client pic" optional