~ubuntu-branches/ubuntu/intrepid/gimp/intrepid-updates

« back to all changes in this revision

Viewing changes to tools/gimp-remote.h

  • Committer: Bazaar Package Importer
  • Author(s): Steve Kowalik
  • Date: 2007-11-21 17:39:07 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20071121173907-od54p9hdtvn5frl0
Tags: 2.4.1-1ubuntu1
* Merge from Debian unstable.
* Remaining Ubuntu changes:
  - 02_help-message.patch, 03_gimp.desktop.in.in.patch: Distro changes.
  - Weave i18n magic in the rules file.
  - Munge Maintainer field as per spec.
* Ubuntu changes dropped:
  - Apply patch from upstream (SVN r23659) that corrects the image
    disappearing for large images at 150% zoom.
  - Symlink doc directories to avoid duplicate files, CDBS does this for
    us.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* GIMP - The GNU Image Manipulation Program
 
2
 * Copyright (C) 1995 Spencer Kimball and Peter Mattis
 
3
 *
 
4
 * gimp-remote.h
 
5
 *
 
6
 * This program is free software; you can redistribute it and/or modify
 
7
 * it under the terms of the GNU General Public License as published by
 
8
 * the Free Software Foundation; either version 2 of the License, or
 
9
 * (at your option) any later version.
 
10
 *
 
11
 * This program is distributed in the hope that it will be useful,
 
12
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 
13
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
14
 * GNU General Public License for more details.
 
15
 *
 
16
 * You should have received a copy of the GNU General Public License
 
17
 * along with this program; if not, write to the Free Software
 
18
 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
19
 */
 
20
 
 
21
#ifndef __GIMP_REMOTE_H__
 
22
#define __GIMP_REMOTE_H__
 
23
 
 
24
 
 
25
GdkWindow * gimp_remote_find_toolbox (GdkDisplay  *display,
 
26
                                      GdkScreen   *screen);
 
27
void        gimp_remote_launch       (GdkScreen   *screen,
 
28
                                      const gchar *argv0,
 
29
                                      const gchar *startup_id,
 
30
                                      gboolean     no_splash,
 
31
                                      GString     *file_list) G_GNUC_NORETURN;
 
32
gboolean    gimp_remote_drop_files   (GdkDisplay  *display,
 
33
                                      GdkWindow   *window,
 
34
                                      GString     *file_list);
 
35
void        gimp_remote_print_id     (GdkWindow   *window);
 
36
 
 
37
 
 
38
#endif /* __GIMP_REMOTE_H__ */