summaryrefslogtreecommitdiff
path: root/otk/surface.hh
diff options
context:
space:
mode:
Diffstat (limited to 'otk/surface.hh')
-rw-r--r--otk/surface.hh1
1 files changed, 1 insertions, 0 deletions
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;
};