X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=otk%2Fsurface.hh;h=b027f7961f24346ce0d7933f3e1564af73d8466c;hb=f8edbc908370d1b00db027d03ade1566dbb3dd24;hp=0c64c6f5b3eed1ab8f2229ca4f1f8807a5f1e1e4;hpb=9f705c02b9c412c053fc12a2ebdc5cebe83400c8;p=chaz%2Fopenbox diff --git a/otk/surface.hh b/otk/surface.hh index 0c64c6f5..b027f796 100644 --- a/otk/surface.hh +++ b/otk/surface.hh @@ -27,6 +27,7 @@ public: virtual const Point& size() const { return _size; } virtual int width() const { return _size.x(); } virtual int height() const { return _size.y(); } + virtual Pixmap pixmap() const { return _pm; } // TEMP friend class TrueRenderControl; };