Sophie

Sophie

distrib > Mandriva > cooker > i586 > by-pkgid > e1146f8e88dc70c1f45ecdf4a6409fd9 > files > 53

gpaint-2-debug-0.3.3-7mdv2011.0.i586.rpm

/* $Id: pixmaps.h,v 1.5 2004/03/13 03:49:19 meffie Exp $
 *
 * GNU Paint 
 * Copyright 2000-2003, 2007  Li-Cheng (Andy) Tai
 *
 * Authors: Li-Cheng (Andy) Tai
 *          Michael A. Meffie III <meffiem@neo.rr.com>
 *
 * This program is free software; you can redistribute it and/or
 * modify it under the terms of the GNU General Public License
 * as published by the Free Software Foundation; either version 3
 * of the License, or (at your option) any later version.
 *
 * This program is distributed in the hope that it will be
 * useful, but WITHOUT ANY WARRANTY; without even the implied
 * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
 * PURPOSE. See the GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */

#ifndef __PIXMAPS_H__
#define __PIXMAPS_H__

extern const char *about_pict_xpm[];
extern const char *arcOp_xpm[];
extern const char *boxOp_xpm[];
extern const char *brushOp_xpm[];
extern const char *clineOp_xpm[];
extern const char *curveOp_xpm[];
extern const char *eraseOp_xpm[];
extern const char *filled_xpm[];
extern const char *fillOp_xpm[];
extern const char *freehandOp_xpm[];
extern const char *lassoOp_xpm[];
extern const char *lineOp_xpm[];
extern const char *ovalOp_xpm[];
extern const char *pencilOp_xpm[];
extern const char *selpolyOp_xpm[];
extern const char *selrectOp_xpm[];
extern const char *textOp_xpm[];
extern const char *unfilled_xpm[];

#endif