diff options
Diffstat (limited to 'common/rfb/Cursor.cxx')
-rw-r--r-- | common/rfb/Cursor.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/rfb/Cursor.cxx b/common/rfb/Cursor.cxx index 62b767fa..8ef8b171 100644 --- a/common/rfb/Cursor.cxx +++ b/common/rfb/Cursor.cxx @@ -82,7 +82,7 @@ void Cursor::drawOutline(const Pixel& c) mask.buf = outlined.mask.buf; outlined.mask.buf = 0; } -rdr::U8* Cursor::getBitmap(Pixel* pix0, Pixel* pix1) +rdr::U8* Cursor::getBitmap(Pixel* pix0, Pixel* pix1) const { bool gotPix0 = false; bool gotPix1 = false; @@ -182,7 +182,7 @@ RenderedCursor::RenderedCursor() { } -const rdr::U8* RenderedCursor::getBuffer(const Rect& _r, int* stride) +const rdr::U8* RenderedCursor::getBuffer(const Rect& _r, int* stride) const { Rect r; |