Fix up types in pixman32-region.c
authorSøren Sandmann <sandmann@redhat.com>
Sun, 8 Jun 2008 23:32:15 +0000 (19:32 -0400)
committerSøren Sandmann <sandmann@redhat.com>
Sun, 8 Jun 2008 23:32:15 +0000 (19:32 -0400)
pixman/pixman-region32.c

index 2e63b00..5a62b3e 100644 (file)
@@ -28,9 +28,9 @@
 
 #include "pixman-private.h"
 
-typedef pixman_box16_t         box_type_t;
-typedef pixman_region16_data_t region_data_type_t;
-typedef pixman_region16_t      region_type_t;
+typedef pixman_box32_t         box_type_t;
+typedef pixman_region32_data_t region_data_type_t;
+typedef pixman_region32_t      region_type_t;
 
 typedef struct {
     int x, y;