summaryrefslogtreecommitdiffstats
path: root/rfb/rfbclient.h
diff options
context:
space:
mode:
Diffstat (limited to 'rfb/rfbclient.h')
-rw-r--r--rfb/rfbclient.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/rfb/rfbclient.h b/rfb/rfbclient.h
index 975a66a..b92f220 100644
--- a/rfb/rfbclient.h
+++ b/rfb/rfbclient.h
@@ -177,7 +177,6 @@ typedef struct _rfbClient {
#ifdef LIBVNCSERVER_HAVE_LIBZ
-#ifdef LIBVNCSERVER_HAVE_LIBJPEG
/*
* Variables for the ``tight'' encoding implementation.
*/
@@ -196,6 +195,7 @@ typedef struct _rfbClient {
char tightPalette[256*4];
uint8_t tightPrevRow[2048*3*sizeof(uint16_t)];
+#ifdef LIBVNCSERVER_HAVE_LIBJPEG
/* JPEG decoder state. */
rfbBool jpegError;