X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Fopt.h;h=b0560d05d78e1c865c8c508045328158dc89a430;hb=6ad6cf2cb2e82d8dcc1535a031a38eb991d2b396;hp=c5d07e461adc1d167fc44b22c252b0d60101fb57;hpb=2077648d589ede39a1e47d331ba4a8b57dc25970;p=vrtris diff --git a/src/opt.h b/src/opt.h index c5d07e4..b0560d0 100644 --- a/src/opt.h +++ b/src/opt.h @@ -9,6 +9,7 @@ enum { struct options { int width, height; unsigned int flags; + char *start_scr; } opt, def_opt; int init_options(int argc, char **argv, const char *cfgfile);