mirror of https://github.com/GNOME/gimp.git
plug-ins/gimpressionist/gimpressionist.h plug-ins/gimpressionist/*.c fixed
2003-02-04 Sven Neumann <sven@gimp.org> * plug-ins/gimpressionist/gimpressionist.h * plug-ins/gimpressionist/*.c * plug-ins/imagemap/imap_rectangle.c: fixed includes to make it compile again.
This commit is contained in:
parent
05bd8fc9d2
commit
d9da9219ee
|
@ -1,3 +1,10 @@
|
|||
2003-02-04 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* plug-ins/gimpressionist/gimpressionist.h
|
||||
* plug-ins/gimpressionist/*.c
|
||||
* plug-ins/imagemap/imap_rectangle.c: fixed includes to make it
|
||||
compile again.
|
||||
|
||||
2003-02-04 Maurits Rijk <lpeek.mrijk@consunet.nl>
|
||||
|
||||
* plug-ins/common/polar.c (dialog_update_preview): use
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
|
||||
#include <gtk/gtk.h>
|
||||
|
||||
#include <libgimp/gimp.h>
|
||||
#include <libgimp/gimpui.h>
|
||||
|
||||
#include "gimpressionist.h"
|
||||
|
|
|
@ -2,15 +2,15 @@
|
|||
|
||||
#include <gtk/gtk.h>
|
||||
|
||||
#include "gimpressionist.h"
|
||||
|
||||
#include <libgimp/gimp.h>
|
||||
#include <libgimp/gimpui.h>
|
||||
|
||||
#include "gimpressionist.h"
|
||||
|
||||
#include "libgimp/stdplugins-intl.h"
|
||||
|
||||
|
||||
#define COLORBUTTONWIDTH 30
|
||||
#define COLORBUTTONWIDTH 30
|
||||
#define COLORBUTTONHEIGHT 20
|
||||
|
||||
GtkObject *generaldarkedgeadjust = NULL;
|
||||
|
|
|
@ -1,13 +1,17 @@
|
|||
#include "config.h"
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <math.h>
|
||||
|
||||
#include <gtk/gtk.h>
|
||||
|
||||
#include <libgimp/gimp.h>
|
||||
|
||||
#include "ppmtool.h"
|
||||
#include "gimpressionist.h"
|
||||
#include "gtk/gtk.h"
|
||||
#include "libgimp/gimp.h"
|
||||
#include "config.h"
|
||||
|
||||
#include "libgimp/stdplugins-intl.h"
|
||||
|
||||
static void query(void);
|
||||
|
|
|
@ -1,10 +1,3 @@
|
|||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include <gtk/gtk.h>
|
||||
|
||||
#include <libgimp/gimpui.h>
|
||||
|
||||
#define PLUG_IN_NAME "plug_in_gimpressionist"
|
||||
#define PLUG_IN_VERSION "v0.99.6, August 1999"
|
||||
|
|
|
@ -1,19 +1,16 @@
|
|||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#else
|
||||
#define HAVE_DIRENT_H
|
||||
#define HAVE_UNISTD_H
|
||||
#endif
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <sys/types.h>
|
||||
|
||||
#ifdef HAVE_UNISTD_H
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
#include <gtk/gtk.h>
|
||||
|
||||
#include <libgimp/gimp.h>
|
||||
#include <libgimp/gimpui.h>
|
||||
|
||||
#include "gimpressionist.h"
|
||||
|
|
|
@ -12,6 +12,9 @@
|
|||
|
||||
#include <gtk/gtk.h>
|
||||
|
||||
#include <libgimp/gimp.h>
|
||||
#include <libgimp/gimpui.h>
|
||||
|
||||
#include "gimpressionist.h"
|
||||
#include "ppmtool.h"
|
||||
|
||||
|
|
|
@ -14,6 +14,7 @@
|
|||
|
||||
#include <gtk/gtk.h>
|
||||
|
||||
#include <libgimp/gimp.h>
|
||||
#include <libgimp/gimpui.h>
|
||||
|
||||
#include "gimpressionist.h"
|
||||
|
|
|
@ -9,6 +9,7 @@
|
|||
|
||||
#include <gtk/gtk.h>
|
||||
|
||||
#include <libgimp/gimp.h>
|
||||
#include <libgimp/gimpui.h>
|
||||
|
||||
#include "gimpressionist.h"
|
||||
|
|
|
@ -1,6 +1,13 @@
|
|||
#include "config.h"
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <time.h>
|
||||
#include <math.h>
|
||||
|
||||
#include <gtk/gtk.h>
|
||||
|
||||
#include <libgimp/gimp.h>
|
||||
|
||||
#include "gimpressionist.h"
|
||||
#include "ppmtool.h"
|
||||
|
||||
|
|
|
@ -1,19 +1,21 @@
|
|||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#else
|
||||
#define HAVE_DIRENT_H
|
||||
#define HAVE_UNISTD_H
|
||||
#endif
|
||||
|
||||
#include <stdio.h>
|
||||
#ifdef HAVE_UNISTD_H
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
#include <math.h>
|
||||
#include <errno.h>
|
||||
#ifdef HAVE_UNISTD_H
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
#include <gtk/gtk.h>
|
||||
|
||||
#include <libgimp/gimp.h>
|
||||
|
||||
#include "ppmtool.h"
|
||||
#include "gimpressionist.h"
|
||||
|
||||
#include "libgimp/stdplugins-intl.h"
|
||||
|
||||
int readline(FILE *f, char *buffer, int len)
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
#include "config.h"
|
||||
|
||||
#include <ctype.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
@ -11,6 +10,7 @@
|
|||
#include <gtk/gtk.h>
|
||||
|
||||
#include <libgimp/gimp.h>
|
||||
#include <libgimp/gimpui.h>
|
||||
|
||||
#include "gimpressionist.h"
|
||||
|
||||
|
@ -68,7 +68,7 @@ static void chop(char *buffer)
|
|||
|
||||
static unsigned int hexval(char c)
|
||||
{
|
||||
c = tolower(c);
|
||||
c = g_ascii_tolower (c);
|
||||
if((c >= 'a') && (c <= 'f')) return c - 'a' + 10;
|
||||
if((c >= '0') && (c <= '9')) return c - '0';
|
||||
return 0;
|
||||
|
|
|
@ -12,6 +12,7 @@
|
|||
|
||||
#include <gtk/gtk.h>
|
||||
|
||||
#include <libgimp/gimp.h>
|
||||
#include <libgimp/gimpui.h>
|
||||
|
||||
#include "gimpressionist.h"
|
||||
|
|
|
@ -9,6 +9,7 @@
|
|||
|
||||
#include <gtk/gtk.h>
|
||||
|
||||
#include <libgimp/gimp.h>
|
||||
#include <libgimp/gimpui.h>
|
||||
|
||||
#include "gimpressionist.h"
|
||||
|
|
|
@ -12,6 +12,9 @@
|
|||
|
||||
#include <gtk/gtk.h>
|
||||
|
||||
#include <libgimp/gimp.h>
|
||||
#include <libgimp/gimpui.h>
|
||||
|
||||
#include "gimpressionist.h"
|
||||
#include "ppmtool.h"
|
||||
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
|
||||
#include <gtk/gtk.h>
|
||||
|
||||
#include <libgimp/stdplugins-intl.h>
|
||||
#include <libgimp/gimp.h>
|
||||
#include <libgimp/gimpui.h>
|
||||
|
||||
#include "imap_main.h"
|
||||
|
@ -37,6 +37,9 @@
|
|||
#include "imap_stock.h"
|
||||
#include "imap_table.h"
|
||||
|
||||
#include "libgimp/stdplugins-intl.h"
|
||||
|
||||
|
||||
static gboolean rectangle_is_valid(Object_t *obj);
|
||||
static Object_t *rectangle_clone(Object_t *obj);
|
||||
static void rectangle_assign(Object_t *obj, Object_t *des);
|
||||
|
|
Loading…
Reference in New Issue