Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
L
libvncserver
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
rasky
libvncserver
Commits
ae5142bd
Commit
ae5142bd
authored
Jul 30, 2003
by
dscho
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add rfbclient.h to distribution; avoid C++ style comments
parent
eeb2061d
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
6 deletions
+3
-6
Makefile.am
Makefile.am
+1
-1
Makefile.in
Makefile.in
+1
-1
rfb.h
rfb/rfb.h
+1
-2
rfbclient.h
rfb/rfbclient.h
+0
-2
No files found.
Makefile.am
View file @
ae5142bd
...
...
@@ -9,7 +9,7 @@ includedir=$(prefix)/include/rfb
#include_HEADERS=rfb.h rfbconfig.h rfbint.h rfbproto.h keysym.h rfbregion.h
include_HEADERS
=
rfb/rfb.h rfb/rfbconfig.h rfb/rfbint.h rfb/rfbproto.h
\
rfb/keysym.h rfb/rfbregion.h
rfb/keysym.h rfb/rfbregion.h
rfb/rfbclient.h
noinst_HEADERS
=
d3des.h zrleDecode.h zrleEncode.h rfb/default8x16.h
\
rdr/Exception.h rdr/FdInStream.h rdr/FdOutStream.h
\
...
...
Makefile.in
View file @
ae5142bd
...
...
@@ -86,7 +86,7 @@ bin_SCRIPTS = libvncserver-config
#include_HEADERS=rfb.h rfbconfig.h rfbint.h rfbproto.h keysym.h rfbregion.h
include_HEADERS
=
rfb/rfb.h rfb/rfbconfig.h rfb/rfbint.h rfb/rfbproto.h
\
rfb/keysym.h rfb/rfbregion.h
rfb/keysym.h rfb/rfbregion.h
rfb/rfbclient.h
noinst_HEADERS
=
d3des.h zrleDecode.h zrleEncode.h rfb/default8x16.h
\
...
...
rfb/rfb.h
View file @
ae5142bd
...
...
@@ -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
,
...
...
rfb/rfbclient.h
View file @
ae5142bd
...
...
@@ -145,8 +145,6 @@ typedef struct _rfbClient {
/* cursor.c */
// TODO: make callback
extern
rfbBool
HandleCursorShape
(
rfbClient
*
client
,
int
xhot
,
int
yhot
,
int
width
,
int
height
,
uint32_t
enc
);
/* listen.c */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment