aboutsummaryrefslogtreecommitdiffstats
path: root/common/rfb/RawEncoder.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'common/rfb/RawEncoder.cxx')
-rw-r--r--common/rfb/RawEncoder.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/rfb/RawEncoder.cxx b/common/rfb/RawEncoder.cxx
index 28115588..2fa1af36 100644
--- a/common/rfb/RawEncoder.cxx
+++ b/common/rfb/RawEncoder.cxx
@@ -47,7 +47,7 @@ bool RawEncoder::isSupported()
void RawEncoder::writeRect(const PixelBuffer* pb,
const Palette& /*palette*/)
{
- const rdr::U8* buffer;
+ const uint8_t* buffer;
int stride;
rdr::OutStream* os;
@@ -68,7 +68,7 @@ void RawEncoder::writeRect(const PixelBuffer* pb,
void RawEncoder::writeSolidRect(int width, int height,
const PixelFormat& pf,
- const rdr::U8* colour)
+ const uint8_t* colour)
{
rdr::OutStream* os;
int pixels, pixel_size;