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
76db2202
Commit
76db2202
authored
15 years ago
by
dscho
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
SDLvncviewer: fix passing a wrong pointer type
Signed-off-by:
Johannes Schindelin
<
johannes.schindelin@gmx.de
>
parent
ebe79c28
master
0.9.8.1
0.9.8.2
android
autogen-to-clean-up
beier
client-tls-refactor
factor-out-x11vnc
fix-3043646
fix-filetransfer
gen-headers-rework
gian
included-novnc
jkuzeja
minilzo
server-ipv6
sha1rework
turbovnc
websockets
wip-websockets
X11VNC_0_9_12
X11VNC_0_9_11
X11VNC_0_9_10
X11VNC_0_9_9
X11VNC_0_9_8
X11VNC_0_9_7
LibVNCServer-0.9.10
LibVNCServer-0.9.9
LibVNCServer-0.9.8.2
LibVNCServer-0.9.8.1
LibVNCServer-0.9.8
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
SDLvncviewer.c
client_examples/SDLvncviewer.c
+1
-1
No files found.
client_examples/SDLvncviewer.c
View file @
76db2202
...
...
@@ -408,7 +408,7 @@ static void handleSDLEvent(rfbClient *cl, SDL_Event *e)
}
break
;
case
SDL_SYSWMEVENT
:
clipboard_filter
(
&
e
);
clipboard_filter
(
e
);
break
;
case
SDL_VIDEORESIZE
:
setRealDimension
(
cl
,
e
->
resize
.
w
,
e
->
resize
.
h
);
...
...
This diff is collapsed.
Click to expand it.
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