Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 81529
Collapse All | Expand All

(-)file_not_specified_in_diff (-1 / +8 lines)
Line  Link Here
0
-- src/extension/internal/gnome.cpp
0
++ src/extension/internal/gnome.cpp
Lines 183-188 Link Here
183
    return 0;
183
    return 0;
184
}
184
}
185
185
186
unsigned int PrintGNOME::comment (Inkscape::Extension::Print * module,
187
		                  const char * comment)
188
{
189
	// ignore comment
190
	return 0;
191
}
192
186
unsigned int
193
unsigned int
187
PrintGNOME::fill(Inkscape::Extension::Print *mod,
194
PrintGNOME::fill(Inkscape::Extension::Print *mod,
188
		 NRBPath const *bpath, NRMatrix const *ctm, SPStyle const *style,
195
		 NRBPath const *bpath, NRMatrix const *ctm, SPStyle const *style,

Return to bug 81529