mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-13 16:55:46 -04:00
Build: Fixes for Android
This commit is contained in:
@ -6123,7 +6123,7 @@ bool FullscreenUI::Initialize()
|
||||
if (s_tried_to_initialize)
|
||||
return false;
|
||||
|
||||
ImGuiFullscreen::SetTheme();
|
||||
ImGuiFullscreen::SetTheme(false);
|
||||
ImGuiFullscreen::UpdateLayoutScale();
|
||||
|
||||
if (!ImGuiManager::AddFullscreenFontsIfMissing() || !ImGuiFullscreen::Initialize("images/placeholder.png"))
|
||||
@ -6147,6 +6147,11 @@ bool FullscreenUI::HasActiveWindow()
|
||||
return false;
|
||||
}
|
||||
|
||||
void FullscreenUI::CheckForConfigChanges(const Settings& old_settings)
|
||||
{
|
||||
// noop
|
||||
}
|
||||
|
||||
void FullscreenUI::OnSystemStarted()
|
||||
{
|
||||
// noop
|
||||
|
Reference in New Issue
Block a user