Code

Merge and cleanup of GSoC C++-ification project.
[inkscape.git] / src / removeoverlap.h
1 /** \file
2  * \brief Remove overlaps function
3  */
4 /*
5  * Authors:
6  *   Tim Dwyer <tgdwyer@gmail.com>
7  *
8  * Copyright (C) 2005 Authors
9  *
10  * Released under GNU LGPL.  Read the file 'COPYING' for more information.
11  */
13 #ifndef SEEN_REMOVEOVERLAP_H
14 #define SEEN_REMOVEOVERLAP_H
16 #include <glib/gslist.h>
18 void removeoverlap(GSList const *items, double xGap, double yGap);
20 #endif // SEEN_REMOVEOVERLAP_H