aboutsummaryrefslogtreecommitdiff
path: root/pixman/pixman/pixman-linear-gradient.c
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2009-09-02 19:08:07 +0000
committermarha <marha@users.sourceforge.net>2009-09-02 19:08:07 +0000
commit199039111284ed3a10508e2dc0db49ca4192389c (patch)
tree1aa6deae00e08c734015dd8a494ed0f2a3e8d3dd /pixman/pixman/pixman-linear-gradient.c
parent4a3dbb926ae3f5410198d7cc4f4ebe4f62eebf05 (diff)
downloadvcxsrv-199039111284ed3a10508e2dc0db49ca4192389c.tar.gz
vcxsrv-199039111284ed3a10508e2dc0db49ca4192389c.tar.bz2
vcxsrv-199039111284ed3a10508e2dc0db49ca4192389c.zip
Switched to pixman-0.16.0.tar.gz
Diffstat (limited to 'pixman/pixman/pixman-linear-gradient.c')
-rw-r--r--pixman/pixman/pixman-linear-gradient.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/pixman/pixman/pixman-linear-gradient.c b/pixman/pixman/pixman-linear-gradient.c
index b940d76ec..d9409fe50 100644
--- a/pixman/pixman/pixman-linear-gradient.c
+++ b/pixman/pixman/pixman-linear-gradient.c
@@ -30,7 +30,7 @@
#include <stdlib.h>
#include "pixman-private.h"
-static source_pict_class_t
+static source_image_class_t
linear_gradient_classify (pixman_image_t *image,
int x,
int y,
@@ -289,8 +289,6 @@ pixman_image_create_linear_gradient (pixman_point_fixed_t * p1,
image->common.classify = linear_gradient_classify;
image->common.property_changed = linear_gradient_property_changed;
- linear_gradient_property_changed (image);
-
return image;
}