summaryrefslogtreecommitdiff
path: root/pixman/pixman.h
diff options
context:
space:
mode:
authorSøren Sandmann Pedersen <sandmann@redhat.com>2008-06-13 00:25:45 -0400
committerSøren Sandmann Pedersen <sandmann@redhat.com>2008-06-13 00:25:45 -0400
commitb1c70c4e6435d7f15751111828c381feb1d139cf (patch)
tree5f301fba954013feb9000a4042fc6b3b54d65d57 /pixman/pixman.h
parent7fa966df0ee781fa486715710f389b148c11d36e (diff)
Move PIXMAN_FORMAT_16BPC to pixman-private.h
Diffstat (limited to 'pixman/pixman.h')
-rw-r--r--pixman/pixman.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/pixman/pixman.h b/pixman/pixman.h
index 10871a3..f60534b 100644
--- a/pixman/pixman.h
+++ b/pixman/pixman.h
@@ -495,10 +495,6 @@ struct pixman_indexed
PIXMAN_FORMAT_R(f) + \
PIXMAN_FORMAT_G(f) + \
PIXMAN_FORMAT_B(f))
-#define PIXMAN_FORMAT_16BPC(f) (PIXMAN_FORMAT_A(f) > 8 || \
- PIXMAN_FORMAT_R(f) > 8 || \
- PIXMAN_FORMAT_G(f) > 8 || \
- PIXMAN_FORMAT_B(f) > 8)
#define PIXMAN_TYPE_OTHER 0
#define PIXMAN_TYPE_A 1