X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=vrtris;a=blobdiff_plain;f=src%2Fopt.h;h=b0560d05d78e1c865c8c508045328158dc89a430;hp=c5d07e461adc1d167fc44b22c252b0d60101fb57;hb=6ad6cf2cb2e82d8dcc1535a031a38eb991d2b396;hpb=49fdb2457dbb7705501264d519e840dd3ca60919 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);