diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-01-18 04:10:17 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-01-18 04:10:17 +0000 |
| commit | e3eeac5b6eee29009f3417f309a261d43fd39d27 (patch) | |
| tree | 53e7901105330ea168f94b8ec96be66f8f9994ce /otk/surface.hh | |
| parent | 9f705c02b9c412c053fc12a2ebdc5cebe83400c8 (diff) | |
colors are back
Diffstat (limited to 'otk/surface.hh')
| -rw-r--r-- | otk/surface.hh | 1 |
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; }; |
