]> Dogcows Code - chaz/openbox/blobdiff - otk/rendercontrol.hh
start on the rendering images code
[chaz/openbox] / otk / rendercontrol.hh
index 49395c58fffb88231e3e9bfaad106f65d0b3de2f..253e6530670701d36040e7578c25638e8ae2a827 100644 (file)
@@ -88,7 +88,8 @@ public:
     The image must be specified in 32-bit packed ARGB format. The current
     background will be used for applying the alpha.
   */
-  virtual void drawImage(Surface &sf, int w, int h, unsigned long *data) const;
+  virtual void drawImage(Surface &sf, int w, int h,
+                         unsigned long *data) const = 0;
   
   //! Draws a string onto a Surface
   virtual void drawString(Surface &sf, const Font &font, int x, int y,
This page took 0.024245 seconds and 4 git commands to generate.