]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/graphics.cpp
use WPARAM (which is 64 bit under Win64) for timer ids instead of long (which is...
[wxWidgets.git] / src / msw / graphics.cpp
index bbecc508846f6997575f7a28f1a4901ade4f5a73..93ee67ba1959a845488bc0537f3948743e43d99a 100644 (file)
 
 #include "wx/wxprec.h"
 
-#include "wx/dc.h"
-
 #ifdef __BORLANDC__
-#pragma hdrstop
+    #pragma hdrstop
 #endif
 
+#include "wx/dc.h"
+
 #if wxUSE_GRAPHICS_CONTEXT
 
 #ifndef WX_PRECOMP
@@ -357,7 +357,7 @@ private:
     DECLARE_DYNAMIC_CLASS_NO_COPY(wxGDIPlusContext)
 };
 
-class WXDLLIMPEXP_CORE wxGDIPlusMeasuringContext : public wxGDIPlusContext
+class wxGDIPlusMeasuringContext : public wxGDIPlusContext
 {
 public:
     wxGDIPlusMeasuringContext( wxGraphicsRenderer* renderer ) : wxGDIPlusContext( renderer , m_hdc = GetDC(NULL), 1000, 1000 )
@@ -1232,7 +1232,7 @@ bool wxGDIPlusContext::SetCompositionMode(wxCompositionMode op)
     return true;
 }
 
-void wxGDIPlusContext::BeginLayer(wxDouble opacity)
+void wxGDIPlusContext::BeginLayer(wxDouble /* opacity */)
 {
     // TODO
 }