diff options
Diffstat (limited to 'rfb')
| -rw-r--r-- | rfb/rfb.h | 2 | ||||
| -rw-r--r-- | rfb/rfbconfig.h.cmake | 8 |
2 files changed, 5 insertions, 5 deletions
@@ -686,7 +686,7 @@ typedef struct _rfbClientRec { #ifdef LIBVNCSERVER_HAVE_LIBJPEG /* TurboVNC Encoding support (extends TightVNC) */ int turboSubsampLevel; - int turboQualityLevel; // 1-100 scale + int turboQualityLevel; /* 1-100 scale */ #endif #endif diff --git a/rfb/rfbconfig.h.cmake b/rfb/rfbconfig.h.cmake index 2ee5e52..e973f5b 100644 --- a/rfb/rfbconfig.h.cmake +++ b/rfb/rfbconfig.h.cmake @@ -75,13 +75,13 @@ #cmakedefine LIBVNCSERVER_WORDS_BIGENDIAN 1 /* Define to empty if `const' does not conform to ANSI C. */ -//#cmakedefine const @CMAKE_CONST@ +/* #cmakedefine const @CMAKE_CONST@ */ /* Define to `__inline__' or `__inline' if that's what the C compiler calls it, or to nothing if 'inline' is not supported under any name. */ -//#ifndef __cplusplus -//#cmakedefine inline @CMAKE_INLINE@ -//#endif +/* #ifndef __cplusplus */ +/* #cmakedefine inline @CMAKE_INLINE@ */ +/* #endif */ /* Define to `int' if <sys/types.h> does not define. */ #cmakedefine HAVE_LIBVNCSERVER_PID_T 1 |
