mirror of
https://github.com/love2d/love.git
synced 2026-08-15 07:41:11 +02:00
macOS: rename most internal uses of "macosx" to "macos".
--HG-- branch : minor
This commit is contained in:
@@ -44,8 +44,8 @@
|
||||
|
||||
#if defined(LOVE_WINDOWS)
|
||||
#include <windows.h>
|
||||
#elif defined(LOVE_MACOSX)
|
||||
#include "common/macosx.h"
|
||||
#elif defined(LOVE_MACOS)
|
||||
#include "common/macos.h"
|
||||
#endif
|
||||
|
||||
#ifndef APIENTRY
|
||||
@@ -1259,9 +1259,9 @@ void Window::requestAttention(bool continuous)
|
||||
FlashWindowEx(&flashinfo);
|
||||
}
|
||||
|
||||
#elif defined(LOVE_MACOSX)
|
||||
#elif defined(LOVE_MACOS)
|
||||
|
||||
love::macosx::requestAttention(continuous);
|
||||
love::macos::requestAttention(continuous);
|
||||
|
||||
#else
|
||||
|
||||
|
||||
Reference in New Issue
Block a user