better api.h

SVN revision: 1039
This commit is contained in:
Carsten Haitzler 1999-10-28 23:04:27 +00:00
parent de26f1f05e
commit a773c087b5
3 changed files with 4 additions and 6 deletions

8
api.h
View File

@ -2,10 +2,10 @@
# define __IMLIB_API_H 1
# ifndef DATA64
# define DATA64 u_int64_t
# define DATA32 u_int32_t
# define DATA16 u_int16_t
# define DATA8 u_int8_t
# define DATA64 unsigned long long
# define DATA32 unsigned int
# define DATA16 unsigned short
# define DATA8 unsigned char
# endif
/* data types - guess what - no transparent datatypes - all hidden */

2
main.c
View File

@ -281,7 +281,6 @@ int main (int argc, char **argv)
NULL, IMLIB_OP_COPY);
first = 0;
}
#if 0
{
Imlib_Updates uu;
Imlib_Color col;
@ -294,7 +293,6 @@ int main (int argc, char **argv)
IMLIB_OP_COPY, 1);
up = imlib_updates_append_updates(up, uu);
}
#endif
{
Imlib_Color_Range rg = NULL;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 130 KiB

After

Width:  |  Height:  |  Size: 240 KiB