Adding native macos Cocoa implementation for overlays into build files

This commit is contained in:
Stefan Csomor
2017-09-09 23:34:50 +02:00
parent a0f924191e
commit f045323934
6 changed files with 37 additions and 45 deletions

View File

@@ -15,6 +15,8 @@
#if defined(__WXDFB__)
#define wxHAS_NATIVE_OVERLAY 1
#elif defined(__WXOSX__) && wxOSX_USE_COCOA
#define wxHAS_NATIVE_OVERLAY 1
#else
// don't define wxHAS_NATIVE_OVERLAY
#endif