pixman: Branch 'master'

Søren Sandmann Pedersen sandmann at kemper.freedesktop.org
Tue Jun 23 10:57:37 PDT 2009


 pixman/pixman-private.h |    4 ----
 1 file changed, 4 deletions(-)

New commits:
commit 3e39b566ee2aaa414b95b0dae98cc5971c399359
Author: Søren Sandmann Pedersen <sandmann at redhat.com>
Date:   Tue Jun 23 07:34:17 2009 -0400

    Remove unused typedefs.

diff --git a/pixman/pixman-private.h b/pixman/pixman-private.h
index 3ac27a2..501139f 100644
--- a/pixman/pixman-private.h
+++ b/pixman/pixman-private.h
@@ -29,16 +29,12 @@ typedef struct circle circle_t;
 typedef void     (*fetchProc32)        (bits_image_t *pict,
 					int x, int y, int width,
 					uint32_t *buffer);
-typedef uint32_t (*fetchPixelProc32)   (bits_image_t *pict,
-					int offset, int line);
 typedef void     (*storeProc32)        (pixman_image_t *, uint32_t *bits,
 					const uint32_t *values,
 					int x, int width);
 typedef void     (*fetchProc64)        (bits_image_t *pict,
 					int x, int y, int width,
 					uint64_t *buffer);
-typedef uint64_t (*fetchPixelProc64)   (bits_image_t *pict,
-					int offset, int line);
 typedef void     (*storeProc64)        (pixman_image_t *, uint32_t *bits,
 					const uint64_t *values,
 					int x, int width);


More information about the xorg-commit mailing list