diff options
Diffstat (limited to 'client/red_pixmap.h')
-rw-r--r-- | client/red_pixmap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/red_pixmap.h b/client/red_pixmap.h index 5b9ac09a..e09f0f71 100644 --- a/client/red_pixmap.h +++ b/client/red_pixmap.h @@ -32,7 +32,7 @@ public: rgb32_t* pallete); virtual ~RedPixmap(); - virtual Point get_size() { Point pt = {_width, _height}; return pt;} + virtual SpicePoint get_size() { SpicePoint pt = {_width, _height}; return pt;} int get_width() { return _width;} int get_height() { return _height;} |