diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2019-05-31 08:18:04 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2019-05-31 08:18:04 +0200 |
commit | abc33d1b000ed7fbebbff9300864420fd6fb8fef (patch) | |
tree | 2e8c7d8b55c97b05f72e36679f34fb752f78ae73 /plugingui/window.h | |
parent | 7e7db3fe70ee4e9b7c64eb63843914f2525b8526 (diff) |
Add (working) Cocoa UI support.
Diffstat (limited to 'plugingui/window.h')
-rw-r--r-- | plugingui/window.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugingui/window.h b/plugingui/window.h index 218beec..e5bc496 100644 --- a/plugingui/window.h +++ b/plugingui/window.h @@ -90,10 +90,11 @@ protected: // For the Painter friend class Widget; - // For the NativeWindow + // For the NativeWindow implementations: friend class NativeWindowX11; friend class NativeWindowWin32; friend class NativeWindowPugl; + friend class NativeWindowCocoa; PixelBuffer wpixbuf; size_t refcount{0}; |