]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/dfb/dc.h
adding raster op hook
[wxWidgets.git] / include / wx / dfb / dc.h
index 686bbea2a2ce4e20759e21ec7e7c45726e1f97d0..7adfd288bb80d6923d24d1c5e555c190df9b7302 100644 (file)
@@ -117,7 +117,7 @@ public:
 protected:
     // initializes the DC from a surface, must be called if default ctor
     // was used
-    void Init(const wxIDirectFBSurfacePtr& surface);
+    void DFBInit(const wxIDirectFBSurfacePtr& surface);
 
     virtual bool DoFloodFill(wxCoord x, wxCoord y, const wxColour& col,
                              int style = wxFLOOD_SURFACE);
@@ -169,6 +169,8 @@ protected:
                                int fillStyle = wxODDEVEN_RULE);
 
     // implementation from now on:
+protected:
+    wxIDirectFBFontPtr GetCurrentFont() const;
 
 private:
     // Unified implementation of DrawIcon, DrawBitmap and Blit: