glviewvol

diff src/opt.h @ 6:f22be47a3572

moved to TransferFuncs completely
author John Tsiombikas <nuclear@member.fsf.org>
date Tue, 30 Dec 2014 06:22:54 +0200
parents 32c4a7160350
children 773f89037a35
line diff
     1.1 --- a/src/opt.h	Mon Dec 29 15:59:55 2014 +0200
     1.2 +++ b/src/opt.h	Tue Dec 30 06:22:54 2014 +0200
     1.3 @@ -9,6 +9,7 @@
     1.4  struct Options {
     1.5  	char *fname;
     1.6  	RendererType rend_type;
     1.7 +	int xsz, ysz;
     1.8  };
     1.9  
    1.10  extern Options opt;