plug-ins/gimpressionist/preview.c Eliminated two compile-time warnings.

* plug-ins/gimpressionist/preview.c
* plug-ins/gimpressionist/sizemap.c:
Eliminated two compile-time warnings.
This commit is contained in:
Shlomi Fish 2004-07-13 17:11:08 +00:00
parent c5ec0d4f70
commit ce4319caa2
3 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2004-07-13 Shlomi Fish <shlomif@iglu.org.il>
* plug-ins/gimpressionist/preview.c
* plug-ins/gimpressionist/sizemap.c:
eliminated two compile-time warnings.
2004-07-13 Michael Natterer <mitch@gimp.org>
Added a GimpProjection object which maintains the idle projection

View File

@ -69,13 +69,14 @@ void
updatepreview (GtkWidget *wg, gpointer d)
{
gint i;
guchar buf[PREVIEWSIZE*3];
/* This portion is remmed out because of the remming out of the
* code below.
* -- Shlomi Fish
* */
#if 0
guchar buf[PREVIEWSIZE*3];
if(!infile.col && d)
grabarea();
#endif

View File

@ -13,6 +13,7 @@
#include "gimpressionist.h"
#include "ppmtool.h"
#include "size.h"
#include "infile.h"
#include "preview.h"