pixman: Branch 'master'

Tilman Sauerbeck tilman at kemper.freedesktop.org
Sat Sep 29 13:47:03 PDT 2007


 pixman/pixman.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
diff-tree 39a67d35f05aa47cf50191e0837a2125593a7bbc (from 7f820e15070c9b9618d78425b8cb1a4df722eb22)
Author: Tilman Sauerbeck <tilman at code-monkey.de>
Date:   Sat Sep 29 22:45:42 2007 +0200

    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 
 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,


More information about the xorg-commit mailing list