]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/dpycmn.cpp
fixed a big memory leak in DoDrawBitmap() (coverity checker CID 57)
[wxWidgets.git] / src / common / dpycmn.cpp
index 7425df4ef6780bd834b28dfcf8761ed37d323ed6..6527fc64de765c6d8ac09eb2e019404d5cee8832 100644 (file)
@@ -1,5 +1,5 @@
 ///////////////////////////////////////////////////////////////////////////////
 ///////////////////////////////////////////////////////////////////////////////
-// Name:        common/dpycmn.cpp
+// Name:        src/common/dpycmn.cpp
 // Purpose:     wxDisplayBase implementation
 // Author:      Vadim Zeitlin
 // Modified by:
 // Purpose:     wxDisplayBase implementation
 // Author:      Vadim Zeitlin
 // Modified by:
     #pragma hdrstop
 #endif
 
     #pragma hdrstop
 #endif
 
-#include "wx/display.h"
-
 #if wxUSE_DISPLAY
 
 #if wxUSE_DISPLAY
 
+#ifndef WX_PRECOMP
+    #include "wx/gdicmn.h"
+    #include "wx/window.h"
+#endif //WX_PRECOMP
+
+#include "wx/display.h"
+
 #include "wx/arrimpl.cpp"
 WX_DEFINE_OBJARRAY(wxArrayVideoModes)
 
 #include "wx/arrimpl.cpp"
 WX_DEFINE_OBJARRAY(wxArrayVideoModes)
 
@@ -59,4 +64,3 @@ int wxDisplayBase::GetFromWindow(wxWindow *window)
 #endif // !__WXMSW__
 
 #endif // wxUSE_DISPLAY
 #endif // !__WXMSW__
 
 #endif // wxUSE_DISPLAY
-