hid/gtk (GL): I think the polygon renderer works in mask mode now
[geda-pcb/pcjc2.git] / src / hid / gcode / decompose.h
blob9c11429fdcd1b4db6520637498c0bebd11225d11
1 /* Copyright (C) 2001-2007 Peter Selinger.
2 This file is part of Potrace. It is free software and it is covered
3 by the GNU General Public License. See the file COPYING for details. */
5 /* decompose.h 147 2007-04-09 00:44:09Z selinger */
7 #ifndef DECOMPOSE_H
8 #define DECOMPOSE_H
10 #include "potracelib.h"
11 //#include "progress.h"
13 int bm_to_pathlist (const potrace_bitmap_t * bm, path_t ** plistp,
14 const potrace_param_t * param);
16 #endif /* DECOMPOSE_H */