diff options
Diffstat (limited to 'vncEncoder.c')
-rw-r--r-- | vncEncoder.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vncEncoder.c b/vncEncoder.c index 04827ae..1ade07d 100644 --- a/vncEncoder.c +++ b/vncEncoder.c @@ -36,7 +36,7 @@ // Pixel format used internally when the client is palette-based & server is truecolour static const rfbPixelFormat BGR233Format = { - 8, 8, 0, 1, 7, 7, 3, 0, 3, 6 + 8, 8, 0, 1, 7, 7, 3, 0, 3, 6, 0, 0 }; // The base (RAW) encoder class |