mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2025-12-27 07:29:32 +00:00
qxl abi: parse QXLPattern.
This commit is contained in:
parent
4de61f2dd8
commit
49f77eec2e
@ -29,7 +29,8 @@ static void red_get_brush_ptr(RedMemSlotInfo *slots, int group_id,
|
||||
red->u.color = qxl->u.color;
|
||||
break;
|
||||
case SPICE_BRUSH_TYPE_PATTERN:
|
||||
red->u.pattern = qxl->u.pattern;
|
||||
red->u.pattern.pat = qxl->u.pattern.pat;
|
||||
red->u.pattern.pos = qxl->u.pattern.pos;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user