wxOverlay implementation for Wayland

This commit is contained in:
Paul Cornett
2022-02-13 09:03:36 -08:00
parent 574548e559
commit b62a1f8f1a
8 changed files with 341 additions and 51 deletions

View File

@@ -13,14 +13,6 @@
#include "wx/defs.h"
#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
// ----------------------------------------------------------------------------
// creates an overlay over an existing window, allowing for manipulations like
// rubberbanding etc. This API is not stable yet, not to be used outside wx