|
Line
Link Here
|
| 0 |
-- |
0 |
++ b/pixman/pixman-region16.c |
| 1 |
-- a/pixman/pixman-region16.c |
|
|
|
Lines 30-35
Link Here
|
| 30 |
|
30 |
|
| 31 |
#include "pixman-private.h" |
31 |
#include "pixman-private.h" |
| 32 |
|
32 |
|
|
|
33 |
#include <stdlib.h> |
| 34 |
|
| 33 |
typedef pixman_box16_t box_type_t; |
35 |
typedef pixman_box16_t box_type_t; |
| 34 |
typedef pixman_region16_data_t region_data_type_t; |
36 |
typedef pixman_region16_data_t region_data_type_t; |
| 35 |
typedef pixman_region16_t region_type_t; |
37 |
typedef pixman_region16_t region_type_t; |
| 36 |
-- a/pixman/pixman-region32.c |
38 |
++ b/pixman/pixman-region32.c |
|
Lines 28-33
Link Here
|
| 28 |
|
28 |
|
| 29 |
#include "pixman-private.h" |
29 |
#include "pixman-private.h" |
| 30 |
|
30 |
|
|
|
31 |
#include <stdlib.h> |
| 32 |
|
| 31 |
typedef pixman_box32_t box_type_t; |
33 |
typedef pixman_box32_t box_type_t; |
| 32 |
typedef pixman_region32_data_t region_data_type_t; |
34 |
typedef pixman_region32_data_t region_data_type_t; |
| 33 |
typedef pixman_region32_t region_type_t; |
35 |
typedef pixman_region32_t region_type_t; |