~ubuntu-branches/ubuntu/maverick/grafx2/maverick

« back to all changes in this revision

Viewing changes to transform.h

  • Committer: Bazaar Package Importer
  • Author(s): Gürkan Sengün
  • Date: 2010-03-22 12:07:47 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20100322120747-g0jel6vf6mjkc53s
Tags: 2.2-1
* New upstream version, fixes FTBFS with binutils-gold. (Closes: #554742)
* Bump standards version to 3.8.4.
* debian/control: Add liblua5.1-0-dev and pkg-config to build depends.
* debian/rules: Drop dh_desktop call.
* debian/copyright: Update years.
* Switch to dpkg-source format version 3.0 (quilt).
* debian/watch: Added.
* Added patch to fix spelling errors in source code.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/*  Grafx2 - The Ultimate 256-color bitmap paint program
2
 
 
3
 
    Copyright 2009 Yves Rizoud
4
 
    Copyright 2009 Adrien Destugues
5
 
    Copyright 1996-2001 Sunset Design (Guillaume Dorme & Karl Maritaud)
6
 
 
7
 
    Grafx2 is free software; you can redistribute it and/or
8
 
    modify it under the terms of the GNU General Public License
9
 
    as published by the Free Software Foundation; version 2
10
 
    of the License.
11
 
 
12
 
    Grafx2 is distributed in the hope that it will be useful,
13
 
    but WITHOUT ANY WARRANTY; without even the implied warranty of
14
 
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15
 
    GNU General Public License for more details.
16
 
 
17
 
    You should have received a copy of the GNU General Public License
18
 
    along with Grafx2; if not, see <http://www.gnu.org/licenses/>
19
 
*/
20
 
 
21
 
//////////////////////////////////////////////////////////////////////////////
22
 
///@file transform.h
23
 
/// Screen and functions for picture transform.
24
 
//////////////////////////////////////////////////////////////////////////////
25
 
 
26
 
/// Opens and handles the Picture transform screen.
27
 
void Button_Transform_menu(void);