derive from GtkDrawingArea instead of deprecated GtkPreview.
2002-01-30 Michael Natterer <mitch@gimp.org> * app/widgets/gimppreview.[ch]: derive from GtkDrawingArea instead of deprecated GtkPreview. * app/gui/buffers-commands.c * app/gui/device-status-dialog.c * app/gui/dialogs-constructors.c * app/gui/indicator-area.c * app/gui/info-window.c * app/gui/palette-import-dialog.c * app/gui/palettes-commands.c * app/gui/test-commands.c * app/gui/tool-options-dialog.c * app/gui/toolbox.c * app/widgets/gimpdnd.c * app/widgets/gimpimagedock.c * app/widgets/gimpmenuitem.c: removed #undef GTK_DISABLE_DEPRECATED.
This commit is contained in:
committed by
Michael Natterer
parent
be87dfb5fb
commit
074b1cda76
@ -18,11 +18,6 @@
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#ifdef __GNUC__
|
||||
#warning GTK_DISABLE_DEPRECATED
|
||||
#endif
|
||||
#undef GTK_DISABLE_DEPRECATED
|
||||
|
||||
#include <gtk/gtk.h>
|
||||
|
||||
#include "libgimpcolor/gimpcolor.h"
|
||||
|
||||
Reference in New Issue
Block a user