Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 682198 | Differences between
and this patch

Collapse All | Expand All

(-)giflib-5.2.1/gif_lib.h (+8 lines)
Lines 295-300 extern void GifDrawBoxedText8x8(SavedIma Link Here
295
                          const char *legend,
295
                          const char *legend,
296
                          const int border, const int bg, const int fg);
296
                          const int border, const int bg, const int fg);
297
297
298
/******************************************************************************
299
 Color table quantization
300
******************************************************************************/
301
int GifQuantizeBuffer(unsigned int Width, unsigned int Height,
302
                   int *ColorMapSize, GifByteType * RedInput,
303
                   GifByteType * GreenInput, GifByteType * BlueInput,
304
                   GifByteType * OutputBuffer,
305
                   GifColorType * OutputColorMap);
298
#ifdef __cplusplus
306
#ifdef __cplusplus
299
}
307
}
300
#endif /* __cplusplus */
308
#endif /* __cplusplus */

Return to bug 682198