Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xing Lin
qemu
Commits
a0843a68
Commit
a0843a68
authored
Mar 22, 2011
by
Anthony Liguori
Browse files
vnc: fix build error from VNC_DIRTY_WORDS
Signed-off-by:
Anthony Liguori
<
aliguori@us.ibm.com
>
parent
6ed391bf
Changes
1
Hide whitespace changes
Inline
Side-by-side
ui/vnc.c
View file @
a0843a68
...
...
@@ -1659,7 +1659,7 @@ static void framebuffer_update_request(VncState *vs, int incremental,
for
(
i
=
0
;
i
<
h
;
i
++
)
{
bitmap_set
(
vs
->
dirty
[
y_position
+
i
],
0
,
width
);
bitmap_clear
(
vs
->
dirty
[
y_position
+
i
],
width
,
VNC_DIRTY_
WORDS
*
BITS_PER_LONG
-
width
);
VNC_DIRTY_
BITS
-
width
);
}
}
}
...
...
Write
Preview
Supports
Markdown
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