diff options
author | dscho <dscho> | 2003-07-30 14:58:32 +0000 |
---|---|---|
committer | dscho <dscho> | 2003-07-30 14:58:32 +0000 |
commit | ae5142bdbd98f8a196d166331fa193ea20599cd9 (patch) | |
tree | f075d64691f0137edc27f67fd49f0dc7f21e2337 /rfb/rfb.h | |
parent | eeb2061dfb03ea11ba028b33037fa0805d22e6a4 (diff) | |
download | libvncserver-ae5142bdbd98f8a196d166331fa193ea20599cd9.zip libvncserver-ae5142bdbd98f8a196d166331fa193ea20599cd9.tar.gz |
add rfbclient.h to distribution; avoid C++ style comments
Diffstat (limited to 'rfb/rfb.h')
-rw-r--r-- | rfb/rfb.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -424,7 +424,6 @@ typedef struct _rfbClientRec { #ifdef LIBVNCSERVER_HAVE_LIBJPEG /* tight encoding -- preserve zlib streams' state for each client */ - //#ifdef LIBVNCSERVER_HAVE_LIBJPEG z_stream zsStruct[4]; rfbBool zsActive[4]; int zsLevel[4]; @@ -713,7 +712,7 @@ void rfbDrawLine(rfbScreenInfoPtr s,int x1,int y1,int x2,int y2,rfbPixel col); with a NULL. It returns the index in the list or -1 if cancelled or something else wasn't kosher. */ -typedef void (*SelectionChangedHookPtr)(int index); +typedef void (*SelectionChangedHookPtr)(int _index); extern int rfbSelectBox(rfbScreenInfoPtr rfbScreen, rfbFontDataPtr font, char** list, int x1, int y1, int x2, int y2, |