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
9cabed90
Commit
9cabed90
authored
Nov 27, 2001
by
dscho
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
removed XTestGrabControl. Doesn't really solve the problem of a bad param.
parent
4e092b7f
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
TODO
TODO
+1
-1
x11vnc.c
x11vnc.c
+1
-1
No files found.
TODO
View file @
9cabed90
...
...
@@ -2,6 +2,7 @@ immediate:
----------
x11vnc: clipboard, cursor, updates interruptible by input (doesn't work yet)
.x11vnc: sometimes XTest fails (but doesn't with x0rfbserver)
extra_bytes in rfbDrawCharWithClip.
tested mouse buttons make copy rect, but text is not marked as mod.
cursor drawing: set optional grain to mark bigger rectangles as drawn (else
...
...
@@ -28,7 +29,6 @@ internal HTTP tunnelling feature (needs a special GET target and a few
done:
-----
.x11vnc: sometimes XTest fails (but doesn't with x0rfbserver)
.DeferUpdateTime (timing problems!)
.empty cursor sending doesn't work.
.udp (need an rfbClientPtr udpClient in rfbScreen)
...
...
x11vnc.c
View file @
9cabed90
...
...
@@ -256,7 +256,7 @@ int main(int argc,char** argv)
xscreen
=
DefaultScreen
(
dpy
);
window
=
RootWindow
(
dpy
,
xscreen
);
XTestGrabControl
(
dpy
,
True
);
//
XTestGrabControl(dpy,True);
init_keycodes
();
...
...
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