mirror of
https://salsa.debian.org/xorg-team/lib/pixman
synced 2026-08-12 21:40:27 +00:00
Check for __sun || __sun in pixman.h. Update TODO
Reported by Bernd Nies.
This commit is contained in:
parent
f369d612b3
commit
5e7388540f
4
TODO
4
TODO
@ -35,6 +35,10 @@
|
||||
to indicate the actual depth. That way PIXMAN_x4c4 and PIXMAN_c8
|
||||
won't collide.
|
||||
|
||||
- Maybe bite the bullet and make configure.ac generate a pixman-types.h
|
||||
file that can be included from pixman.h to avoid the #ifdef magic
|
||||
in pixman.h
|
||||
|
||||
- Make pixman_region_point_in() survive a NULL box, then fix up
|
||||
pixman-compose.c
|
||||
|
||||
|
||||
@ -74,7 +74,7 @@ SOFTWARE.
|
||||
/*
|
||||
* Standard integers
|
||||
*/
|
||||
#if defined (_SVR4) || defined (SVR4) || defined (__OpenBSD__) || defined (_sgi)
|
||||
#if defined (_SVR4) || defined (SVR4) || defined (__OpenBSD__) || defined (_sgi) || defined (__sun) || defined (sun)
|
||||
# include <inttypes.h>
|
||||
#elif defined (_MSC_VER)
|
||||
typedef __int8 int8_t;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user