]> Dogcows Code - chaz/openbox/blobdiff - otk/truerendercontrol.hh
start on the rendering images code
[chaz/openbox] / otk / truerendercontrol.hh
index a1bc47dcc2e8c467d0113da2e6f9780a5f5f106b..71b94e62c0da9f38c031ad5cbdebca117e07dab2 100644 (file)
@@ -34,6 +34,9 @@ public:
   virtual ~TrueRenderControl();
 
   virtual void drawBackground(Surface& sf, const RenderTexture &texture) const;
+
+  virtual void drawImage(Surface &sf, int w, int h,
+                         unsigned long *data) const;
 };
 
 }
This page took 0.02003 seconds and 4 git commands to generate.