X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c15521c67eb8aba1994240262ba973aa11ef0086..5ac7be7a9f08c036273e028f2c9d400b6f879005:/src/common/settcmn.cpp diff --git a/src/common/settcmn.cpp b/src/common/settcmn.cpp index 7e527aa59b..93ebe6286d 100644 --- a/src/common/settcmn.cpp +++ b/src/common/settcmn.cpp @@ -36,12 +36,12 @@ // static data // ---------------------------------------------------------------------------- -wxSystemScreen wxSystemSettings::ms_screen = wxSYS_SCREEN_NONE; +wxSystemScreenType wxSystemSettings::ms_screen = wxSYS_SCREEN_NONE; // ---------------------------------------------------------------------------- // ---------------------------------------------------------------------------- -wxSystemScreen wxSystemSettings::GetScreen() +wxSystemScreenType wxSystemSettings::GetScreenType() { if (ms_screen == wxSYS_SCREEN_NONE) #ifndef __WXUNIV__ @@ -72,7 +72,7 @@ wxSystemScreen wxSystemSettings::GetScreen() return ms_screen; } -void wxSystemSettings::SetScreen( wxSystemScreen screen ) +void wxSystemSettings::SetScreenType( wxSystemScreenType screen ) { ms_screen = screen; }