Apply patches to unmaintained pieces of software...
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
Tue Jul 20 23:26:10 2004 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
|
* gdk-pixbuf-xlibrgb.c: Include config.h first. (#148034)
|
||||||
|
|
||||||
Sun Jul 18 20:17:41 2004 Soeren Sandmann <sandmann@daimi.au.dk>
|
Sun Jul 18 20:17:41 2004 Soeren Sandmann <sandmann@daimi.au.dk>
|
||||||
|
|
||||||
* === released 2.5.0 ==
|
* === released 2.5.0 ==
|
||||||
|
|||||||
@ -47,8 +47,6 @@
|
|||||||
* Shawn T. Amundson <amundson@gtk.org>
|
* Shawn T. Amundson <amundson@gtk.org>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <math.h>
|
|
||||||
|
|
||||||
#if HAVE_CONFIG_H
|
#if HAVE_CONFIG_H
|
||||||
# include <config.h>
|
# include <config.h>
|
||||||
# if STDC_HEADERS
|
# if STDC_HEADERS
|
||||||
@ -61,6 +59,8 @@
|
|||||||
# include <stdlib.h>
|
# include <stdlib.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include <math.h>
|
||||||
|
|
||||||
#define ENABLE_GRAYSCALE
|
#define ENABLE_GRAYSCALE
|
||||||
|
|
||||||
/* include this before so that we can get endian definitions if
|
/* include this before so that we can get endian definitions if
|
||||||
|
|||||||
Reference in New Issue
Block a user