removeoverlap.h revision fa9902e35ca84044f9c9a0bbfaac9ff6076396af
2N/A/** \file
2N/A * \brief Remove overlaps function
2N/A */
2N/A/*
2N/A * Authors:
2N/A * Tim Dwyer <tgdwyer@gmail.com>
2N/A *
2N/A * Copyright (C) 2005 Authors
2N/A *
2N/A * Released under GNU LGPL. Read the file 'COPYING' for more information.
2N/A */
2N/A
2N/A#ifndef SEEN_REMOVEOVERLAP_H
2N/A#define SEEN_REMOVEOVERLAP_H
2N/A
2N/A#include <glib/gslist.h>
2N/A
2N/Avoid removeoverlap(GSList const *items, double xGap, double yGap);
2N/A
2N/A#endif // SEEN_REMOVEOVERLAP_H
2N/A