1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-14 00:14:18 +00:00
JUCE/modules/juce_events
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
..
broadcasters Updated all license headers 2020-04-23 17:30:39 +01:00
interprocess Naming: Fix up naming of ChildProcessCoordinator and ChildProcessWorker 2021-10-25 09:51:21 +01:00
messages Update code to use C++14 [[deprecated]] attribute 2021-09-29 16:14:00 +01:00
native MessageManager: Correct visibility of repostCurrentNSEvent 2021-11-24 16:20:38 +00:00
timers Refactoring: Use any_of(), all_of() or, none_of() instead of find_if() where possible 2021-10-06 16:59:06 +01:00
juce_events.cpp Add ScopedLowPowerModeDisabler to suppress App Nap on macOS 2021-07-23 17:13:18 +01:00
juce_events.h Bump version number to 6.1.2 2021-09-20 12:15:47 +01:00
juce_events.mm Updated all license headers 2020-04-23 17:30:39 +01:00