24#ifndef GAL_DISPLAY_OPTIONS_COMMON_H__ 
   25#define GAL_DISPLAY_OPTIONS_COMMON_H__ 
Class to handle configuration and automatic determination of the DPI scale to use for canvases.
 
void ReadWindowSettings(WINDOW_SETTINGS &aCfg)
Read GAL config options from application-level config.
 
void ReadConfig(COMMON_SETTINGS &aCommonConfig, WINDOW_SETTINGS &aWindowConfig, wxWindow *aWindow)
Read application and common configs.
 
void ReadCommonConfig(COMMON_SETTINGS &aCommonSettings, wxWindow *aWindow)
Read GAL config options from the common config store.
 
GAL_DISPLAY_OPTIONS_IMPL()
 
void WriteConfig(WINDOW_SETTINGS &aCfg)
 
Store the common settings that are saved and loaded for each window / frame.