fixed gtk+ includes, added a warning that deprecated widgets are being
2004-04-15 Sven Neumann <sven@gimp.org> * plug-ins/winicon/icodialog.c: fixed gtk+ includes, added a warning that deprecated widgets are being used.
This commit is contained in:
parent
48bf883825
commit
40e85cd986
2 changed files with 10 additions and 2 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2004-04-15 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* plug-ins/winicon/icodialog.c: fixed gtk+ includes, added a
|
||||
warning that deprecated widgets are being used.
|
||||
|
||||
2004-04-15 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* configure.in
|
||||
|
|
|
|||
|
|
@ -23,9 +23,12 @@
|
|||
|
||||
#include <stdio.h>
|
||||
|
||||
#ifdef __GNUC__
|
||||
#warning GTK_DISABLE_DEPRECATED
|
||||
#endif
|
||||
#undef GTK_DISABLE_DEPRECATED
|
||||
#include <gtk/gtkpreview.h>
|
||||
#define GTK_DISABLE_DEPRECATED
|
||||
|
||||
#include <gtk/gtk.h>
|
||||
|
||||
#include <libgimp/gimp.h>
|
||||
#include <libgimp/gimpui.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue