wxwidgets/include
Vadim Zeitlin 07408ed1df Initialize wxDIB members in their declarations and drop Init()
Remove the Init() helper initializing all members as we can now do it in
their declarations instead which is even better.

Also drop Free() which existed mostly for symmetry with Init().

As a side effect, this change allows to include this header from outside
the library (e.g. from the tests code), while previously it would result
in the following warning from gcc:

‘void wxDIB::Init()’ redeclared without dllimport attribute after being
referenced with dll linkage
2023-05-31 21:16:35 +01:00
..
msvc/wx Link with lexilla library too in MSVS-specific wx/setup.h 2023-03-08 18:24:38 +00:00
wx Initialize wxDIB members in their declarations and drop Init() 2023-05-31 21:16:35 +01:00