|
|
@ -52,7 +52,6 @@
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|
#include <rfb/rfbproto.h>
|
|
|
|
#include <rfb/rfbproto.h>
|
|
|
|
#include <rfb/keysym.h>
|
|
|
|
#include <rfb/keysym.h>
|
|
|
|
#include "turbojpeg.h"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#ifdef LIBVNCSERVER_HAVE_SASL
|
|
|
|
#ifdef LIBVNCSERVER_HAVE_SASL
|
|
|
|
#include <sasl/sasl.h>
|
|
|
|
#include <sasl/sasl.h>
|
|
|
@ -428,7 +427,7 @@ typedef struct _rfbClient {
|
|
|
|
#ifdef LIBVNCSERVER_HAVE_LIBZ
|
|
|
|
#ifdef LIBVNCSERVER_HAVE_LIBZ
|
|
|
|
#ifdef LIBVNCSERVER_HAVE_LIBJPEG
|
|
|
|
#ifdef LIBVNCSERVER_HAVE_LIBJPEG
|
|
|
|
/** JPEG decoder state. */
|
|
|
|
/** JPEG decoder state. */
|
|
|
|
tjhandle tjhnd;
|
|
|
|
void *tjhnd;
|
|
|
|
|
|
|
|
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|