diff options
Diffstat (limited to 'translate.c')
-rw-r--r-- | translate.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/translate.c b/translate.c index f9e121d..d6021d5 100644 --- a/translate.c +++ b/translate.c @@ -29,7 +29,7 @@ #include "sraRegion.h" static void PrintPixelFormat(rfbPixelFormat *pf); -static Bool rfbSetClientColourMapBGR233(); +static Bool rfbSetClientColourMapBGR233(rfbClientPtr cl); Bool rfbEconomicTranslate = FALSE; @@ -38,7 +38,7 @@ Bool rfbEconomicTranslate = FALSE; */ 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 }; |