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
9453be42
Commit
9453be42
authored
Jul 18, 2014
by
dscho
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #13 from wjt/fix-double-X_UNLOCK-on-xrandr-event
x11vnc: fix double X_UNLOCK on xrandr events
parents
3238443d
c4dff87c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
xrandr.c
x11vnc/xrandr.c
+1
-0
No files found.
x11vnc/xrandr.c
View file @
9453be42
...
@@ -268,6 +268,7 @@ int check_xrandr_event(char *msg) {
...
@@ -268,6 +268,7 @@ int check_xrandr_event(char *msg) {
/* under do_change caller normally returns before its X_UNLOCK */
/* under do_change caller normally returns before its X_UNLOCK */
X_UNLOCK
;
X_UNLOCK
;
handle_xrandr_change
(
rev
->
width
,
rev
->
height
);
handle_xrandr_change
(
rev
->
width
,
rev
->
height
);
X_LOCK
;
}
}
if
(
qout
)
{
if
(
qout
)
{
return
do_change
;
return
do_change
;
...
...
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