summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: abdfa0b)
raw | patch | inline | side by side (parent: abdfa0b)
author | buliabyak <buliabyak@users.sourceforge.net> | |
Thu, 16 Mar 2006 20:09:51 +0000 (20:09 +0000) | ||
committer | buliabyak <buliabyak@users.sourceforge.net> | |
Thu, 16 Mar 2006 20:09:51 +0000 (20:09 +0000) |
src/sp-mask.cpp | patch | blob | history |
diff --git a/src/sp-mask.cpp b/src/sp-mask.cpp
index 1f2d531b788d445fd2373fc0194417fc12c1bd7a..456dadc5fc29d709c524c1957bf34cf800f6f388 100644 (file)
--- a/src/sp-mask.cpp
+++ b/src/sp-mask.cpp
mask->maskUnits_set = FALSE;
mask->maskUnits = SP_CONTENT_UNITS_OBJECTBOUNDINGBOX;
- mask->maskUnits_set = FALSE;
- mask->maskUnits = SP_CONTENT_UNITS_USERSPACEONUSE;
+ mask->maskContentUnits_set = FALSE;
+ mask->maskContentUnits = SP_CONTENT_UNITS_USERSPACEONUSE;
mask->display = NULL;
}
SPMask *cp = SP_MASK (object);
while (cp->display) {
- /* We simply unref and let item to manage this in handler */
+ /* We simply unref and let item manage this in handler */
cp->display = sp_mask_view_list_remove (cp->display, cp->display);
}
!NR_DF_TEST_CLOSE (v->bbox.x1, bbox->x1, NR_EPSILON) ||
!NR_DF_TEST_CLOSE (v->bbox.y1, bbox->y1, NR_EPSILON)) {
v->bbox = *bbox;
- SP_OBJECT(mask)->requestDisplayUpdate(SP_OBJECT_MODIFIED_FLAG);
}
break;
}
return list;
}
+/*
+ Local Variables:
+ mode:c++
+ c-file-style:"stroustrup"
+ c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
+ indent-tabs-mode:nil
+ fill-column:99
+ End:
+*/
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :