new makefile and gdiimage suport for xpm data
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9141 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -30,9 +30,8 @@
|
||||
#endif // WX_PRECOMP
|
||||
|
||||
#include "wx/os2/private.h"
|
||||
|
||||
#include "wx/app.h"
|
||||
|
||||
#include "wx/xpmhand.h"
|
||||
#include "wx/os2/gdiimage.h"
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
@@ -347,10 +346,8 @@ void wxGDIImage::InitStandardHandlers()
|
||||
AddHandler(new wxBMPResourceHandler);
|
||||
AddHandler(new wxBMPFileHandler);
|
||||
|
||||
// Not added by default: include xpmhand.h in your app
|
||||
// and call these in your wxApp::OnInit.
|
||||
// AddHandler(new wxXPMFileHandler);
|
||||
// AddHandler(new wxXPMDataHandler);
|
||||
AddHandler(new wxXPMFileHandler);
|
||||
AddHandler(new wxXPMDataHandler);
|
||||
|
||||
AddHandler(new wxICOResourceHandler);
|
||||
AddHandler(new wxICOFileHandler);
|
||||
|
Reference in New Issue
Block a user