~ubuntu-branches/ubuntu/hardy/gimp/hardy-updates

« back to all changes in this revision

Viewing changes to plug-ins/imagemap/imap_csim_parse.h

  • Committer: Bazaar Package Importer
  • Author(s): Pedro Fragoso
  • Date: 2008-02-03 03:07:19 UTC
  • mfrom: (1.1.11 upstream)
  • Revision ID: james.westby@ubuntu.com-20080203030719-4s9wlbv30394rlrp
Tags: 2.4.4-1ubuntu1
* Merge from Debian unstable. (LP: #188828)
* Ubuntu remaining changes:
  - 02_help-message.patch, 03_gimp.desktop.in.in.patch: Distro changes.
  - Weave i18n magic in the rules file.
  - Remove the doc directory symlink in the preinst, and replace it with a
    directory.
  - Added NEWS, README and README.Debian to gimp.docs.
  - Modify Maintainer value to match Debian-Maintainer-Field Spec
 

Show diffs side-by-side

added added

removed removed

Lines of Context:
104
104
{
105
105
  int val;
106
106
  double value;
107
 
  char id[1024];                /* Large enough to hold all polygon points! */
 
107
  char id[4096];                /* Large enough to hold all polygon points! */
108
108
}
109
109
/* Line 1489 of yacc.c.  */
110
110
#line 111 "y.tab.h"