Difference for ./defines.in from version 1.6 to 1.7


version 1.6 version 1.7
Line 46
 
Line 46
 #GGI_IO = 1  #GGI_IO = 1
 #SDL_IO = 1  #SDL_IO = 1
 #SVGALIB_IO = 1  #SVGALIB_IO = 1
   #opengl support is still very incomplete, only enable if you actually want to
   #work on the code.  Uses GII for input. (note if you are using libgii0.6 (and
   #possibly others) you must edit libgii-0.6/input/xwin/input.c (line 373), and
   #change "ggUnlock(priv->lock);" to "if (priv->lock) ggUnlock(priv->lock);"
   #GLX_IO
   
 # linux audio options (chose one)  # linux audio options (chose one)
 #SDL_AUDIO = 1  #SDL_AUDIO = 1

Legend:
line(s) removed in v.1.6 
line(s) changed
 line(s) added in v.1.7