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

« back to all changes in this revision

Viewing changes to plug-ins/imagemap/imap_grid.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:
3
3
 *
4
4
 * Generates clickable image maps.
5
5
 *
6
 
 * Copyright (C) 1998-2002 Maurits Rijk  lpeek.mrijk@consunet.nl
 
6
 * Copyright (C) 1998-2005 Maurits Rijk  m.rijk@chello.nl
7
7
 *
8
8
 * This program is free software; you can redistribute it and/or modify
9
9
 * it under the terms of the GNU General Public License as published by
24
24
#ifndef _IMAP_GRID_H
25
25
#define _IMAP_GRID_H
26
26
 
27
 
void do_grid_settings_dialog();
28
 
void draw_grid(GtkWidget *preview);
29
 
gboolean toggle_grid();
30
 
void round_to_grid(gint *x, gint *y);
 
27
void do_grid_settings_dialog (void);
 
28
void draw_grid (GtkWidget *preview);
 
29
void toggle_grid (void);
 
30
void round_to_grid (gint *x, gint *y);
31
31
 
32
 
gboolean grid_near_x(gint x);
33
 
gboolean grid_near_y(gint y);
 
32
gboolean grid_near_x (gint x);
 
33
gboolean grid_near_y (gint y);
34
34
 
35
35
#endif /* _IMAP_GRID_H */