]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/dfb/dc.h
fix to make 'wxAtomicInt i = 0;' work with generic implementation and gcc
[wxWidgets.git] / include / wx / dfb / dc.h
index 717be0a84461392c89b381d98732d518ce0bdfb0..b96599052e4c3a54790c4a6dd2c578c5260b0050 100644 (file)
@@ -50,6 +50,8 @@ public:
     virtual void SetPalette(const wxPalette& palette);
 #endif
 
+    virtual void SetLogicalFunction(int function);
+
     virtual void DestroyClippingRegion();
 
     virtual wxCoord GetCharHeight() const;
@@ -154,7 +156,7 @@ protected:
 
     double            m_mm_to_pix_x, m_mm_to_pix_y;
 
-    friend class WXDLLIMPEXP_CORE wxOverlayImpl; // for Init
+    friend class WXDLLIMPEXP_FWD_CORE wxOverlayImpl; // for Init
 
     DECLARE_DYNAMIC_CLASS(wxDC)
 };