File diff r25002:76f645370cb4 → r25003:fdd8312ceea6
src/table/misc_settings.ini
Show inline comments
 
@@ -9,12 +9,15 @@ extern std::string _config_language_file
 

	
 
static const char *_support8bppmodes = "no|system|hardware";
 

	
 
#ifdef WITH_COCOA
 
extern bool _allow_hidpi_window;
 
#endif
 
#ifndef WITH_COCOA
 
#define WITHOUT_COCOA
 
#endif
 

	
 
static const SettingDescGlobVarList _misc_settings[] = {
 
[post-amble]
 
};
 
[templates]
 
SDTG_LIST  =  SDTG_LIST($name, $type, $length, $flags, $guiflags, $var, $def,                               $str, $strhelp, $strval, $proc, $from, $to, $cat, $extra, $startup),
 
@@ -57,12 +60,26 @@ full     = ""SHOW_TOWN_NAMES|SHOW_STATIO
 
[SDTG_BOOL]
 
name     = ""fullscreen""
 
var      = _fullscreen
 
def      = false
 
cat      = SC_BASIC
 

	
 
[SDTG_BOOL]
 
ifdef    = WITH_COCOA
 
name     = ""video_hw_accel""
 
var      = _video_hw_accel
 
def      = false
 
cat      = SC_BASIC
 

	
 
[SDTG_BOOL]
 
ifdef    = WITHOUT_COCOA
 
name     = ""video_hw_accel""
 
var      = _video_hw_accel
 
def      = true
 
cat      = SC_BASIC
 

	
 
[SDTG_OMANY]
 
name     = ""support8bpp""
 
type     = SLE_UINT8
 
var      = _support8bpp
 
def      = 0
 
max      = 2