1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-15 00:24:19 +00:00
JUCE/modules/juce_events/native
reuk 8458ac0186
MessageManager: Correct visibility of repostCurrentNSEvent
This commit reverts c34f13a02d

In stripped plugin builds, the repostCurrentNSEvent function was still
public. There doesn't seem to be a good reason for this, as no host
should need to call the function.

It looks like the shared code component of a Projucer-generated plugin
project was briefly built as a framework that was shared by the
different plugin wrappers. In this scenario, the framework would need to
make repostCurrentNSEvent public so that the wrappers could locate the
function. However, now that the shared code target is built as a static
library, standard external linkage should be sufficient for the symbol
to be located from the wrapper's TUs.
2021-11-24 16:20:38 +00:00
..
juce_android_Messaging.cpp MessageMananger: Made dispatchNextMessageOnSystemQueue() accessible by internal code 2021-04-13 16:25:04 +01:00
juce_ios_MessageManager.mm Updated all license headers 2020-04-23 17:30:39 +01:00
juce_linux_EventLoop.h Normalised all whitespace before args in std::function 2020-06-05 09:37:49 +01:00
juce_linux_Messaging.cpp Use jassertquiet where possible 2021-07-23 10:58:44 +01:00
juce_mac_MessageManager.mm MessageManager: Correct visibility of repostCurrentNSEvent 2021-11-24 16:20:38 +00:00
juce_osx_MessageQueue.h Use RAII for CFTypes 2021-03-25 15:48:35 +00:00
juce_ScopedLowPowerModeDisabler.cpp Add ScopedLowPowerModeDisabler to suppress App Nap on macOS 2021-07-23 17:13:18 +01:00
juce_ScopedLowPowerModeDisabler.h Add ScopedLowPowerModeDisabler to suppress App Nap on macOS 2021-07-23 17:13:18 +01:00
juce_win32_HiddenMessageWindow.h Windows: Fix clang/gnu compiler warnings 2021-06-03 17:30:44 +01:00
juce_win32_Messaging.cpp Windows: Fix warnings when building with clang in 64-bit mode 2021-06-30 17:03:38 +01:00
juce_win32_WinRTWrapper.cpp Windows: Removed WinRT::ComSmartPtr and use existing class instead 2021-01-28 11:26:13 +00:00
juce_win32_WinRTWrapper.h Windows: Removed WinRT::ComSmartPtr and use existing class instead 2021-01-28 11:26:13 +00:00