1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

NSViewFrameWatcher: Extract from NSViewComponent implementation

This commit is contained in:
reuk 2021-10-20 20:28:55 +01:00
parent bd0ca90952
commit d03fac6823
No known key found for this signature in database
GPG key ID: 9ADCD339CFC98A11
3 changed files with 112 additions and 79 deletions

View file

@ -143,6 +143,7 @@
#if JUCE_MAC || JUCE_IOS
#if JUCE_MAC
#include "native/juce_mac_NSViewFrameWatcher.h"
#include "native/juce_mac_NSViewComponent.mm"
#include "native/juce_mac_AppleRemote.mm"
#include "native/juce_mac_SystemTrayIcon.cpp"