summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 14334bc)
raw | patch | inline | side by side (parent: 14334bc)
author | pjrm <pjrm@users.sourceforge.net> | |
Sat, 5 Jul 2008 12:03:18 +0000 (12:03 +0000) | ||
committer | pjrm <pjrm@users.sourceforge.net> | |
Sat, 5 Jul 2008 12:03:18 +0000 (12:03 +0000) |
src/removeoverlap/removeoverlap.h | patch | blob | history |
index 2fb26e79451d5ecea322a64456bc1285ebaaed37..5b16e706bb54b8214171364276fcb0ea04e0ed64 100644 (file)
-/**
+/** \file
* \brief Remove overlaps function
- *
+ */
+/*
* Authors:
* Tim Dwyer <tgdwyer@gmail.com>
*
#ifndef SEEN_REMOVEOVERLAP_H
#define SEEN_REMOVEOVERLAP_H
+#include <glib/gslist.h>
+
void removeoverlap(GSList const *items, double xGap, double yGap);
#endif // SEEN_REMOVEOVERLAP_H