Merge pull request #2392 from tbodt/mac-panels-fix

UI: Add missing function delcaration
This commit is contained in:
Jim 2020-02-09 17:47:46 -08:00 committed by GitHub
commit 82c3b3c817
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -65,4 +65,5 @@ RunOnceMutex GetRunOnceMutex(bool &already_running);
#ifdef __APPLE__
void EnableOSXVSync(bool enable);
void EnableOSXDockIcon(bool enable);
void InstallNSApplicationSubclass();
#endif