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
a6d341c0
Commit
a6d341c0
authored
Jun 18, 2004
by
dscho
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
more comments; support playing vncrec'orded files
parent
11271316
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
1 deletion
+13
-1
rfbclient.h
rfb/rfbclient.h
+13
-1
No files found.
rfb/rfbclient.h
View file @
a6d341c0
...
...
@@ -54,6 +54,15 @@
#define DEFAULT_VIA_CMD \
(DEFAULT_SSH_CMD " -f -L %L:%H:%R %G sleep 20")
/* vncrec */
typedef
struct
{
FILE
*
file
;
struct
timeval
tv
;
rfbBool
readTimestamp
;
rfbBool
doNotSleep
;
}
rfbVNCRec
;
typedef
struct
{
rfbBool
shareDesktop
;
...
...
@@ -94,7 +103,7 @@ typedef struct _rfbClient {
const
char
*
programName
;
const
char
*
serverHost
;
int
serverPort
;
int
serverPort
;
/* if -1, then use file recorded by vncrec */
rfbBool
listenSpecified
;
int
listenPort
,
flashPort
;
...
...
@@ -123,11 +132,14 @@ typedef struct _rfbClient {
/* private data pointer */
void
*
clientData
;
rfbVNCRec
*
vncRec
;
/* hooks */
HandleCursorPosProc
HandleCursorPos
;
SoftCursorLockAreaProc
SoftCursorLockArea
;
SoftCursorUnlockScreenProc
SoftCursorUnlockScreen
;
GotFrameBufferUpdateProc
GotFrameBufferUpdate
;
/* the pointer returned by GetPassword will be freed after use! */
GetPasswordProc
GetPassword
;
MallocFrameBufferProc
MallocFrameBuffer
;
BellProc
Bell
;
...
...
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