mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-07 20:18:02 +02:00
Declare pixman_fixed16_16_t properly as int32_t rather than just int. Reported by Lance Fetters.
This commit is contained in:
parent
f030aec810
commit
55a7bb718f
2 changed files with 7 additions and 2 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2005-05-18 Carl Worth <cworth@cworth.org>
|
||||
|
||||
* src/pixman.h: Declare pixman_fixed16_16_t properly as int32_t
|
||||
rather than just int. Reported by Lance Fetters.
|
||||
|
||||
2005-05-12 Keith Packard <keithp@keithp.com>
|
||||
|
||||
reviewed by: cworth
|
||||
|
|
|
|||
|
|
@ -54,7 +54,7 @@ ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
|
|||
SOFTWARE.
|
||||
|
||||
******************************************************************/
|
||||
/* $Id: pixman.h,v 1.19 2005-03-29 19:45:52 tor Exp $ */
|
||||
/* $Id: pixman.h,v 1.20 2005-05-18 16:25:54 cworth Exp $ */
|
||||
|
||||
/* libic.h */
|
||||
|
||||
|
|
@ -288,7 +288,7 @@ int
|
|||
pixman_image_set_clip_region (pixman_image_t *image,
|
||||
pixman_region16_t *region);
|
||||
|
||||
typedef int pixman_fixed16_16_t;
|
||||
typedef int32_t pixman_fixed16_16_t;
|
||||
|
||||
typedef struct pixman_point_fixed {
|
||||
pixman_fixed16_16_t x, y;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue