Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
PureOS
Packages
qemu
Commits
b6e9f637
Commit
b6e9f637
authored
Oct 10, 2012
by
Gerd Hoffmann
Browse files
qxl: stop direct access to DisplaySurface fields.
Signed-off-by:
Gerd Hoffmann
<
kraxel@redhat.com
>
parent
09bbb0ae
Changes
1
Hide whitespace changes
Inline
Side-by-side
hw/qxl-render.c
View file @
b6e9f637
...
...
@@ -24,7 +24,7 @@
static
void
qxl_blit
(
PCIQXLDevice
*
qxl
,
QXLRect
*
rect
)
{
uint8_t
*
src
;
uint8_t
*
dst
=
qxl
->
vga
.
ds
->
surface
->
data
;
uint8_t
*
dst
=
ds_get_data
(
qxl
->
vga
.
ds
)
;
int
len
,
i
;
if
(
is_buffer_shared
(
qxl
->
vga
.
ds
->
surface
))
{
...
...
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