*** fb.h.old 2008-04-23 21:15:24.000000000 +0200 --- fb.h 2008-04-23 21:21:01.000000000 +0200 *************** *** 22,30 **** #define DRAWOFF #endif ! typedef unsigned char * ADDR8; ! typedef unsigned short * ADDR16; ! typedef unsigned long * ADDR32; /* Note that the following ROP macro implements the * Porter-Duff rules assuming that source and destination --- 22,31 ---- #define DRAWOFF #endif ! // changes by P. Tritten, setting size explicitly, because of 32/64bit long (Linux amd64) ! typedef u_int8_t * ADDR8; ! typedef u_int16_t * ADDR16; ! typedef u_int32_t * ADDR32; /* Note that the following ROP macro implements the * Porter-Duff rules assuming that source and destination