On Wed, Oct 1, 2008 at 4:01 PM, Eric Seidel <[EMAIL PROTECTED]> wrote:
enum SVGStitchOptions {
> SVG_STITCHTYPE_UNKNOWN = 0,
> SVG_STITCHTYPE_STITCH = 1,
> SVG_STITCHTYPE_NOSTITCH = 2
> };
>
This style is usually used to stay consistent with the DOM IDLs. I don't
think we should change them in those cases as the consistency with the API
is nice.
-Sam
_______________________________________________ webkit-dev mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

