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
c7730d9b
Commit
c7730d9b
authored
Jun 07, 2004
by
dscho
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added -encodings
parent
fefcb918
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
2 deletions
+10
-2
TODO
TODO
+1
-1
SDLvncviewer.c
client_examples/SDLvncviewer.c
+9
-1
No files found.
TODO
View file @
c7730d9b
immediate:
----------
TightVNC
encoding!!! Regression!!!
CoRRE, Hextile
encoding!!! Regression!!!
extra_bytes in rfbDrawCharWithClip.
tested mouse buttons make copy rect, but text is not marked as mod.
...
...
client_examples/SDLvncviewer.c
View file @
c7730d9b
...
...
@@ -196,7 +196,15 @@ int main(int argc,char** argv) {
SDL_Init
(
SDL_INIT_VIDEO
|
SDL_INIT_NOPARACHUTE
);
cl
=
rfbGetClient
(
5
,
3
,
2
);
//cl=rfbGetClient(8,3,4);
i
=
1
;
while
(
i
<
argc
-
1
)
{
if
(
i
+
1
<
argc
-
1
&&
!
strcmp
(
argv
[
i
],
"-encodings"
))
{
cl
->
appData
.
encodingsString
=
argv
[
i
+
1
];
i
+=
2
;
}
}
argc
-=
i
-
1
;
memmove
(
argv
+
1
,
argv
+
i
,(
argc
-
1
)
*
sizeof
(
char
*
));
cl
->
MallocFrameBuffer
=
resize
;
cl
->
GotFrameBufferUpdate
=
update
;
if
(
!
rfbInitClient
(
cl
,
&
argc
,
argv
))
...
...
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