~ubuntu-branches/ubuntu/jaunty/gimp/jaunty-security

« back to all changes in this revision

Viewing changes to plug-ins/gimpressionist/gimpressionist.h

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Holbach
  • Date: 2007-05-02 16:33:03 UTC
  • mto: This revision was merged to the branch mainline in revision 12.
  • Revision ID: james.westby@ubuntu.com-20070502163303-6wchheivjxgjtlna
Tags: upstream-2.3.16
ImportĀ upstreamĀ versionĀ 2.3.16

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
#include "ppmtool.h"
10
10
/* Defines */
11
11
 
12
 
#define PLUG_IN_NAME    "plug_in_gimpressionist"
 
12
#define PLUG_IN_NAME    "plug-in-gimpressionist"
13
13
#define PLUG_IN_VERSION "v1.0, November 2003"
14
 
#define HELP_ID         "plug-in-gimppressionist"
15
14
 
16
15
#define PREVIEWSIZE     150
17
16
#define MAXORIENTVECT   50
128
127
 
129
128
GtkWidget *create_one_column_list (GtkWidget *parent,
130
129
                                   void (*changed_cb)
131
 
                                   (GtkTreeSelection *selection, 
 
130
                                   (GtkTreeSelection *selection,
132
131
                                    gpointer data));
133
132
 
134
133
void brush_reload (const gchar *fn, struct ppm *p);
135
134
 
136
135
double get_direction (double x, double y, int from);
137
136
 
138
 
void create_sizemap_dialog (void);
 
137
void create_sizemap_dialog (GtkWidget *parent);
139
138
double getsiz_proto (double x, double y, int n, smvector_t *vec,
140
139
                     double smstrexp, int voronoi);
141
140