Export IsX11/IsWayland symbols needed by wxMediaCtrl library
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
#ifdef __WXGTK3__
|
#ifdef __WXGTK3__
|
||||||
namespace wxGTKImpl
|
namespace wxGTKImpl
|
||||||
{
|
{
|
||||||
bool IsWayland(void* instance);
|
WXDLLIMPEXP_CORE bool IsWayland(void* instance);
|
||||||
bool IsX11(void* instance);
|
WXDLLIMPEXP_CORE bool IsX11(void* instance);
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@@ -405,6 +405,7 @@ static bool IsBackend(void* instance, const char* string)
|
|||||||
return strncmp(string, name, strlen(string)) == 0;
|
return strncmp(string, name, strlen(string)) == 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
WXDLLIMPEXP_CORE
|
||||||
bool wxGTKImpl::IsWayland(void* instance)
|
bool wxGTKImpl::IsWayland(void* instance)
|
||||||
{
|
{
|
||||||
static wxByte is = 2;
|
static wxByte is = 2;
|
||||||
@@ -413,6 +414,7 @@ bool wxGTKImpl::IsWayland(void* instance)
|
|||||||
return bool(is);
|
return bool(is);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
WXDLLIMPEXP_CORE
|
||||||
bool wxGTKImpl::IsX11(void* instance)
|
bool wxGTKImpl::IsX11(void* instance)
|
||||||
{
|
{
|
||||||
static wxByte is = 2;
|
static wxByte is = 2;
|
||||||
|
|||||||
Reference in New Issue
Block a user