summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 083d907)
raw | patch | inline | side by side (parent: 083d907)
author | johanengelen <johanengelen@users.sourceforge.net> | |
Mon, 23 Jun 2008 21:51:35 +0000 (21:51 +0000) | ||
committer | johanengelen <johanengelen@users.sourceforge.net> | |
Mon, 23 Jun 2008 21:51:35 +0000 (21:51 +0000) |
src/display/nr-arena-shape.cpp | patch | blob | history |
index 40e55255f5f39e98afc8d6485f839d1d604c6907..39bfe1e261480320b6bb74158c08bbb4f63ff01d 100644 (file)
/* returns true if the pathvector has a region that needs fill.
* is for optimizing purposes, so should be fast and can falsely return true.
- * CANNOT falsely return false.
+ * CANNOT falsely return false. */
static bool has_inner_area(Geom::PathVector const & pv) {
// return false for the cases where there is surely no region to be filled
if (pv.empty())