define wxHAS_RAW_BITMAP for wxDFB
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54778 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -84,8 +84,8 @@
|
|||||||
#undef wxHAS_XLOCALE_SUPPORT
|
#undef wxHAS_XLOCALE_SUPPORT
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Direct access to bitmap data is only implemented for MSW/Mac/GTK2 */
|
/* Direct access to bitmap data is not implemented in all ports yet */
|
||||||
#if defined(__WXGTK20__) || defined(__WXMAC__) || \
|
#if defined(__WXGTK20__) || defined(__WXMAC__) || defined(__WXDFB__) \
|
||||||
(defined(__WXMSW__) && !defined(__WATCOMC__))
|
(defined(__WXMSW__) && !defined(__WATCOMC__))
|
||||||
#define wxHAS_RAW_BITMAP
|
#define wxHAS_RAW_BITMAP
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user