This commit is contained in:
John Cupitt 2009-04-07 16:17:21 +00:00
parent 54d88d2679
commit e8d3491a3a
2 changed files with 18 additions and 2 deletions

17
TODO
View File

@ -3,6 +3,23 @@
trying to catch errors now, but is it working? not sure
- gtk3.0 tests:
build with
#define G_DISABLE_DEPRECATED
#define G_DISABLE_SINGLE_INCLUDES
#define GDK_DISABLE_DEPRECATED
#define GTK_DISABLE_DEPRECATED
#define GDK_DISABLE_SINGLE_INCLUDES
#define GTK_DISABLE_SINGLE_INCLUDES
paste into config.h, somehow
change to im_vips2raw.c
- same for nip2
WONTFIX for 7.18
================

View File

@ -43,8 +43,7 @@
#include <time.h>
#include <limits.h>
#include <glib/gstring.h>
#include <glib.h>
#include <vips/vips.h>
#ifdef WITH_DMALLOC