From e3eeac5b6eee29009f3417f309a261d43fd39d27 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 18 Jan 2003 04:10:17 +0000 Subject: colors are back --- otk/surface.hh | 1 + 1 file changed, 1 insertion(+) (limited to 'otk/surface.hh') 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; }; -- cgit v1.2.3