wxDFB's wxICON and wxBITMAP should use embedded XPMs, too
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43978 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -157,6 +157,9 @@ enum wxStockCursor
|
|||||||
#elif defined(__WXMGL__)
|
#elif defined(__WXMGL__)
|
||||||
// Initialize from an included XPM
|
// Initialize from an included XPM
|
||||||
#define wxICON(X) wxIcon( (const char**) X##_xpm )
|
#define wxICON(X) wxIcon( (const char**) X##_xpm )
|
||||||
|
#elif defined(__WXDFB__)
|
||||||
|
// Initialize from an included XPM
|
||||||
|
#define wxICON(X) wxIcon( (const char**) X##_xpm )
|
||||||
#elif defined(__WXGTK__)
|
#elif defined(__WXGTK__)
|
||||||
// Initialize from an included XPM
|
// Initialize from an included XPM
|
||||||
#define wxICON(X) wxIcon( (const char**) X##_xpm )
|
#define wxICON(X) wxIcon( (const char**) X##_xpm )
|
||||||
@@ -185,6 +188,7 @@ enum wxStockCursor
|
|||||||
defined(__WXX11__) || \
|
defined(__WXX11__) || \
|
||||||
defined(__WXMAC__) || \
|
defined(__WXMAC__) || \
|
||||||
defined(__WXMGL__) || \
|
defined(__WXMGL__) || \
|
||||||
|
defined(__WXDFB__) || \
|
||||||
defined(__WXCOCOA__)
|
defined(__WXCOCOA__)
|
||||||
// Initialize from an included XPM
|
// Initialize from an included XPM
|
||||||
#define wxBITMAP(name) wxBitmap( (const char**) name##_xpm )
|
#define wxBITMAP(name) wxBitmap( (const char**) name##_xpm )
|
||||||
|
Reference in New Issue
Block a user