Export IsX11/IsWayland symbols needed by wxMediaCtrl library
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
#ifdef __WXGTK3__
|
||||
namespace wxGTKImpl
|
||||
{
|
||||
bool IsWayland(void* instance);
|
||||
bool IsX11(void* instance);
|
||||
WXDLLIMPEXP_CORE bool IsWayland(void* instance);
|
||||
WXDLLIMPEXP_CORE bool IsX11(void* instance);
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user