diff options
author | Lars Knoll <lars@trolltech.com> | 2005-06-30 07:16:25 +0000 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2007-01-09 11:20:40 -0800 |
commit | effea4687eec4922ab1975ea69d81fe9238a310a (patch) | |
tree | a2a6a97de10c8a8a0d2c512705968bce37cb0d01 | |
parent | 09eb1125f8edb2dcbdff55f3f330044d1f35f8bb (diff) |
smaller fixes to the protocol.
-rw-r--r-- | renderproto.txt | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/renderproto.txt b/renderproto.txt index c7351bb..1c51f05 100644 --- a/renderproto.txt +++ b/renderproto.txt @@ -1126,8 +1126,7 @@ CreateSolidFill CreateLinearGradient pid: PICTURE p1, p2: POINTFIX - spread: CARD16 - nstops: CARD16 + nstops: CARD32 stops: LISTofFIXED stop_colors: LISTofCOLOR @@ -1151,14 +1150,13 @@ CreateRadialGradient outer_center: POINTFIX inner_radius: FIXED outer_radius: FIXED - spread: CARD16 - nstops: CARD16 + nstops: CARD32 stops: LISTofFIXED stop_colors: LISTofCOLOR 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 radius around the center. @@ -1176,8 +1174,7 @@ CreateConicalGradient pid: PICTURE center: POINTFIX angle: FIXED - spread: CARD16 - nstops: CARD16 + nstops: CARD32 stops: LISTofFIXED stop_colors: LISTofCOLOR |