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

« back to all changes in this revision

Viewing changes to plug-ins/gfig/gfig-stock.h

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Holbach
  • Date: 2007-05-02 16:33:03 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20070502163303-bvzhjzbpw8qglc4y
Tags: 2.3.16-1ubuntu1
* Resynchronized with Debian, remaining Ubuntu changes:
  - debian/rules: i18n magic.
* debian/control.in:
  - Maintainer: Ubuntu Core Developers <ubuntu-devel@lists.ubuntu.com>
* debian/patches/02_help-message.patch,
  debian/patches/03_gimp.desktop.in.in.patch,
  debian/patches/10_dont_show_wizard.patch: updated.
* debian/patches/04_composite-signedness.patch,
  debian/patches/05_add-letter-spacing.patch: dropped, used upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
#ifndef __GFIG_STOCK_H__
27
27
#define __GFIG_STOCK_H__
28
28
 
29
 
 
30
29
#define GFIG_STOCK_BEZIER         "gfig-bezier"
31
30
#define GFIG_STOCK_CIRCLE         "gfig-circle"
32
31
#define GFIG_STOCK_COPY_OBJECT    "gfig-copy-object"
37
36
#define GFIG_STOCK_MOVE_OBJECT    "gfig-move-object"
38
37
#define GFIG_STOCK_MOVE_POINT     "gfig-move-point"
39
38
#define GFIG_STOCK_POLYGON        "gfig-polygon"
 
39
#define GFIG_STOCK_RECTANGLE      "gfig-rectangle"
40
40
#define GFIG_STOCK_SELECT_OBJECT  "gfig-select-object"
41
41
#define GFIG_STOCK_SHOW_ALL       "gfig-show-all"
42
42
#define GFIG_STOCK_SPIRAL         "gfig-spiral"
43
43
#define GFIG_STOCK_STAR           "gfig-star"
44
44
 
45
 
#define GFIG_STOCK_LOGO           "gfig-logo"
46
 
 
47
 
 
48
45
void  gfig_stock_init (void);
49
46
 
50
 
 
51
47
#endif /* __GFIG_STOCK_H__ */