Files
wxWidgets/include/wx/dfb
Vadim Zeitlin 932bd6fa5e Add wxCursor constructor from wxBitmap
In all ports implementing creating wxCursor from wxImage the code for
creating it from wxBitmap was already there, so just factor it out to
allow using it directly, to avoid a conversion to and from wxImage when
we already have a wxBitmap.

For the other ports (wxX11 and wxDFB), leave this ctor unimplemented,
just as it was already the case for the one taking wxImage.
2025-05-05 21:48:33 +02:00
..