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,6 +13,17 @@
#include "wx/overlay.h"
#if defined(__WXDFB__)
#define wxHAS_NATIVE_OVERLAY 1
#elif defined(__WXOSX__) && wxOSX_USE_COCOA
#define wxHAS_NATIVE_OVERLAY 1
#elif defined(__WXGTK3__)
#define wxHAS_NATIVE_OVERLAY 1
#define wxHAS_GENERIC_OVERLAY 1
#else
#define wxHAS_GENERIC_OVERLAY 1
#endif
class wxOverlay::Impl
{
public: