From: Tilman Sauerbeck Date: Sat, 29 Sep 2007 20:45:42 +0000 (+0200) Subject: Fixed the declaration of pixman_image_set_source_clipping(). X-Git-Tag: 1.0_branch~1424^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=39a67d35f05aa47cf50191e0837a2125593a7bbc;p=profile%2Fivi%2Fpixman.git Fixed the declaration of pixman_image_set_source_clipping(). --- diff --git a/pixman/pixman.h b/pixman/pixman.h index d76cc12..a22dfd9 100644 --- a/pixman/pixman.h +++ b/pixman/pixman.h @@ -498,7 +498,7 @@ pixman_bool_t pixman_image_set_filter (pixman_image_t void pixman_image_set_filter_params (pixman_image_t *image, pixman_fixed_t *params, int n_params); -void pixman_image_set_source_cliping (pixman_image_t *image, +void pixman_image_set_source_clipping (pixman_image_t *image, pixman_bool_t source_clipping); void pixman_image_set_alpha_map (pixman_image_t *image, pixman_image_t *alpha_map,