libgoatvr

diff src/vr_openhmd.c @ 1:d861e4d6850f

added unix makefile and configure script
author John Tsiombikas <nuclear@member.fsf.org>
date Fri, 29 Aug 2014 05:09:45 +0300
parents ded3d0a74e19
children 6896f9cf9621
line diff
     1.1 --- a/src/vr_openhmd.c	Fri Aug 29 03:45:25 2014 +0300
     1.2 +++ b/src/vr_openhmd.c	Fri Aug 29 05:09:45 2014 +0300
     1.3 @@ -7,7 +7,7 @@
     1.4  #include "opt.h"
     1.5  
     1.6  /* a noble spirit embiggens the framebuffer to avoid aliasing in the middle */
     1.7 -#define EMBIGGEN	1.5
     1.8 +#define FB_EMBIGGEN	1.5
     1.9  
    1.10  static ohmd_context *ctx;
    1.11  static ohmd_device *dev;