Moved a lot of generic preview code to the new files gimpmiscui.[ch] so it will be easier later to port these plug-ins to the new (not yet finished) effect preview widget.

This commit is contained in:
Maurits Rijk
2002-12-01 20:56:01 +00:00
parent 8513998e5c
commit 978e0f76f1
17 changed files with 558 additions and 1322 deletions

View File

@ -27,9 +27,17 @@
#include <glib.h>
#ifdef __GNUC__
#warning GTK_DISABLE_DEPRECATED
#endif
#undef GTK_DISABLE_DEPRECATED
#include <gtk/gtk.h>
#include "config.h"
#include "gimp.h"
#include "gimpmisc.h"
GimpPixelFetcher *
gimp_pixel_fetcher_new (GimpDrawable *drawable)