]> Dogcows Code - chaz/openbox/blobdiff - otk/rendercontrol.hh
80 cols
[chaz/openbox] / otk / rendercontrol.hh
index 5e21da291f0cc3528428d0eec0184e366d27aad2..ff9d313dd41aec0b581c2c74e8ba04e0156f944e 100644 (file)
@@ -64,6 +64,9 @@ public:
   virtual void drawImage(Surface &sf, int w, int h,
                          unsigned long *data) const;
   
+  //! Draws an image onto the surface
+  virtual void drawImage(Surface &sf, Pixmap pixmap, Pixmap mask) const;
+
   //! Draws a string onto a Surface
   virtual void drawString(Surface &sf, const Font &font, int x, int y,
                          const RenderColor &color,
This page took 0.01991 seconds and 4 git commands to generate.