]> Dogcows Code - chaz/openbox/blobdiff - otk/rendercontrol.hh
set the root window, to a color for now
[chaz/openbox] / otk / rendercontrol.hh
index 1d9ab7e7501dd3c1eb23978db21e246ae3797e06..781c32d47a991b4cf50472a53a4d79655c02eec8 100644 (file)
@@ -71,14 +71,16 @@ public:
 
   static RenderControl *getRenderControl(int screen);
 
+  virtual void drawRoot(const RenderColor &color) const;
+  
   //! Draws a string onto a Surface
-  virtual void drawString(Surface& sf, const Font& font, int x, int y,
-                         const RenderColorcolor,
-                          const ustringstring) const;
+  virtual void drawString(Surface &sf, const Font &font, int x, int y,
+                         const RenderColor &color,
+                          const ustring &string) const;
 
   //! Draws a background onto a Surface, as specified by a RenderTexture
-  virtual void drawBackground(Surfacesf,
-                             const RenderTexturetexture) const = 0;
+  virtual void drawBackground(Surface &sf,
+                             const RenderTexture &texture) const = 0;
 };
 
 }
This page took 0.021397 seconds and 4 git commands to generate.