Home
last modified time | relevance | path

Searched defs:fake_mode_change (Results 1 – 4 of 4) sorted by relevance

/dports/games/freeorion/freeorion-0.4.10.2/client/human/
H A Dchmain.cpp255 bool fake_mode_change = GetOptionsDB().Get<bool>("video.fullscreen.fake.enabled"); local
H A DHumanClientApp.cpp213 int x, int y, bool fullscreen, bool fake_mode_change) : in HumanClientApp()
890 bool fake_mode_change = GetOptionsDB().Get<bool>("video.fullscreen.fake.enabled"); in Reinitialize() local
/dports/games/freeorion/freeorion-0.4.10.2/UI/
H A DSDLGUI.cpp190 int x, int y, bool fullscreen, bool fake_mode_change) : in SDLGUI()
244 void SDLGUI::SetVideoMode(X width, Y height, bool fullscreen, bool fake_mode_change) in SetVideoMode()
/dports/games/freeorion/freeorion-0.4.10.2/test/UI/runner/
H A DApplication.cpp51 bool fullscreen, bool fake_mode_change) : in MinimalGGApp()