"Fossies" - the Fresh Open Source Software Archive 
Member "g3data-1.5.4/g3data/drawing.h" (8 Jan 2011, 992 Bytes) of package /linux/privat/old/g3data-1.5.4.tar.gz:
As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) C and C++ source code syntax highlighting (style:
standard) with prefixed line numbers and
code folding option.
Alternatively you can here
view or
download the uninterpreted source code file.
For more information about "drawing.h" see the
Fossies "Dox" file reference documentation.
1 /*
2 g3data : A program for grabbing data from scanned graphs
3 Copyright (C) 2011 Paul Novak
4
5 This file is part of g3data.
6
7 g3data is free software; you can redistribute it and/or modify
8 it under the terms of the GNU General Public License as published by
9 the Free Software Foundation; either version 2 of the License, or
10 (at your option) any later version.
11
12 g3data 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 this program; if not, write to the Free Software
19 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
20
21 Authors email : pnovak@alumni.caltech.edu
22 */
23
24 void DrawMarker(cairo_t *cr, gint x, gint y, gint type, GdkColor *color);
25 gboolean setcolors(GdkColor **color);