~ubuntu-branches/ubuntu/maverick/crossfire-client/maverick

« back to all changes in this revision

Viewing changes to gtk-v2/src/image.h

  • Committer: Bazaar Package Importer
  • Author(s): Kari Pahula
  • Date: 2010-06-17 21:55:04 UTC
  • mfrom: (1.2.8 upstream) (3.1.6 sid)
  • Revision ID: james.westby@ubuntu.com-20100617215504-864remyqayon6dot
Tags: 1.50.0-2
Install cfsndserv*, not cfsndserv_alsa9 to make kfreebsd land happy.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
2
 * char *rcsid_gtk2_image_h =
3
 
 *   "$Id$";
 
3
 *   "$Id: image.h 12884 2010-04-12 06:58:52Z mwedel $";
4
4
 */
5
5
 
6
6
/*
7
7
    Crossfire client, a client program for the crossfire program.
8
8
 
9
 
    Copyright (C) 2005 Mark Wedel & Crossfire Development Team
 
9
    Copyright (C) 2005-2008,2010 Mark Wedel & Crossfire Development Team
10
10
 
11
11
    This program is free software; you can redistribute it and/or modify
12
12
    it under the terms of the GNU General Public License as published by
57
57
} PixmapInfo;
58
58
 
59
59
extern PixmapInfo *pixmaps[MAXPIXMAPNUM];
 
60
extern int have_new_image;