From 3c5d1b0ff208eadfdb9543e0da2d6149644bab03 Mon Sep 17 00:00:00 2001 From: dscho Date: Mon, 10 Feb 2003 20:40:36 +0000 Subject: cvs more flexible now; ZRLE encoding only when HAVE_ZRLE defined --- include/rfbproto.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/rfbproto.h b/include/rfbproto.h index d3e2916..9a64484 100644 --- a/include/rfbproto.h +++ b/include/rfbproto.h @@ -304,7 +304,9 @@ typedef struct { #ifdef BACKCHANNEL #define rfbEncodingBackChannel 15 #endif +#ifdef HAVE_ZRLE #define rfbEncodingZRLE 16 +#endif /* * Special encoding numbers: -- cgit v1.2.3