projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
initialize GdkColor so code which incorrectly accesses it will work as well as it...
[wxWidgets.git]
/
src
/
palmos
/
gdiimage.cpp
diff --git
a/src/palmos/gdiimage.cpp
b/src/palmos/gdiimage.cpp
index b4af31c4635ade0606b1520804141d5d9e7299b8..8175ecdcca4b2094d0a019a72f27b1824976e7e3 100644
(file)
--- a/
src/palmos/gdiimage.cpp
+++ b/
src/palmos/gdiimage.cpp
@@
-27,11
+27,10
@@
#ifndef WX_PRECOMP
#include "wx/string.h"
#include "wx/log.h"
#ifndef WX_PRECOMP
#include "wx/string.h"
#include "wx/log.h"
+ #include "wx/app.h"
+ #include "wx/bitmap.h"
#endif // WX_PRECOMP
#endif // WX_PRECOMP
-#include "wx/app.h"
-
-#include "wx/bitmap.h"
#include "wx/palmos/gdiimage.h"
#if wxUSE_WXDIB
#include "wx/palmos/gdiimage.h"
#if wxUSE_WXDIB
@@
-111,5
+110,3
@@
void wxGDIImage::CleanUpHandlers()
void wxGDIImage::InitStandardHandlers()
{
}
void wxGDIImage::InitStandardHandlers()
{
}
-
-