Cross Reference: removeoverlap.h
xref
: /
inkscape
/
src
/
removeoverlap.h
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
removeoverlap.h revision fa9902e35ca84044f9c9a0bbfaac9ff6076396af
2
N/A
/** \file
2
N/A
* \brief Remove overlaps function
2
N/A
*/
2
N/A
/*
2
N/A
* Authors:
2
N/A
* Tim Dwyer <tgdwyer@gmail.com>
2
N/A
*
2
N/A
* Copyright (C) 2005 Authors
2
N/A
*
2
N/A
* Released under GNU LGPL. Read the file 'COPYING' for more information.
2
N/A
*/
2
N/A
2
N/A
#
ifndef
SEEN_REMOVEOVERLAP_H
2
N/A
#
define
SEEN_REMOVEOVERLAP_H
2
N/A
2
N/A
#
include
<
glib
/
gslist.h
>
2
N/A
2
N/A
void
removeoverlap
(
GSList
const
*
items
,
double
xGap
,
double
yGap
);
2
N/A
2
N/A
#
endif
// SEEN_REMOVEOVERLAP_H
2
N/A