]> Dogcows Code - chaz/openbox/blobdiff - otk/rendercontrol.hh
widegt using new render system
[chaz/openbox] / otk / rendercontrol.hh
index a512060f2dbbeecd370f6e668f6fbd008533b25d..20ec8c1d5cffe201f10f1830e13cfe18dcd69ef3 100644 (file)
@@ -69,11 +69,11 @@ public:
   static RenderControl *getRenderControl(int screen);
 
   //! Draws a string onto a Surface
-  virtual void drawString(Surface *sf, const Font &font, int x, int y,
+  virtual void drawString(Surfacesf, const Font &font, int x, int y,
                          const Color &color, const ustring &string) const;
 
   //! Draws a background onto a Surface, as specified by a RenderTexture
-  virtual void drawBackground(Surface *sf,
+  virtual void drawBackground(Surface &sf,
                              const RenderTexture &texture) const = 0;
 };
 
This page took 0.021311 seconds and 4 git commands to generate.