mirror of
https://gitlab.freedesktop.org/xorg/proto/xorgproto.git
synced 2026-05-05 00:38:11 +02:00
smaller fixes to the protocol.
This commit is contained in:
parent
09eb1125f8
commit
effea4687e
1 changed files with 4 additions and 7 deletions
|
|
@ -1126,8 +1126,7 @@ CreateSolidFill
|
||||||
CreateLinearGradient
|
CreateLinearGradient
|
||||||
pid: PICTURE
|
pid: PICTURE
|
||||||
p1, p2: POINTFIX
|
p1, p2: POINTFIX
|
||||||
spread: CARD16
|
nstops: CARD32
|
||||||
nstops: CARD16
|
|
||||||
stops: LISTofFIXED
|
stops: LISTofFIXED
|
||||||
stop_colors: LISTofCOLOR
|
stop_colors: LISTofCOLOR
|
||||||
|
|
||||||
|
|
@ -1151,14 +1150,13 @@ CreateRadialGradient
|
||||||
outer_center: POINTFIX
|
outer_center: POINTFIX
|
||||||
inner_radius: FIXED
|
inner_radius: FIXED
|
||||||
outer_radius: FIXED
|
outer_radius: FIXED
|
||||||
spread: CARD16
|
nstops: CARD32
|
||||||
nstops: CARD16
|
|
||||||
stops: LISTofFIXED
|
stops: LISTofFIXED
|
||||||
stop_colors: LISTofCOLOR
|
stop_colors: LISTofCOLOR
|
||||||
|
|
||||||
Errors: Alloc, Value
|
Errors: Alloc, Value
|
||||||
|
|
||||||
Creates a source picture representing a linear Gradient. The
|
Creates a source picture representing a radial Gradient. The
|
||||||
gradients bounds are defined by a center point, a focal point and a
|
gradients bounds are defined by a center point, a focal point and a
|
||||||
radius around the center.
|
radius around the center.
|
||||||
|
|
||||||
|
|
@ -1176,8 +1174,7 @@ CreateConicalGradient
|
||||||
pid: PICTURE
|
pid: PICTURE
|
||||||
center: POINTFIX
|
center: POINTFIX
|
||||||
angle: FIXED
|
angle: FIXED
|
||||||
spread: CARD16
|
nstops: CARD32
|
||||||
nstops: CARD16
|
|
||||||
stops: LISTofFIXED
|
stops: LISTofFIXED
|
||||||
stop_colors: LISTofCOLOR
|
stop_colors: LISTofCOLOR
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue