osl: Rename struct row.id to row.num.
[paraslash.git] / sdl_gui.ggo
1 option "fullscreen" f "Use fullscreeen mode" flag off
2 option "interactive" i "Activate interactive mode" flag off
3 option "width" x "Specify screen width" int typestr="pixels" default="1024" optional
4 option "height" y "Specify screen height" int typestr="pixels" default="768" optional
5 option "config_file" c "(default='~/.paraslash/sdl_gui.conf')" string typestr="filename" optional
6 option "window-id" w "(currently ignored)" string typestr="filename" optional
7 option "stat_cmd" s "command to read server and audiod status data from" string typestr="command" default="para_audioc stat" optional
8 option "pic_cmd" p "command to read pic from" string typestr="command" default="para_client pic" optional