From: ishmal Date: Thu, 24 Apr 2008 21:15:30 +0000 (+0000) Subject: Left out a comment. sorry. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=f718840d834663b55029f3f65fb117affbb7e3a3;p=inkscape.git Left out a comment. sorry. --- diff --git a/src/dom/smil.h b/src/dom/smil.h index fdeb0994d..70e1311a8 100644 --- a/src/dom/smil.h +++ b/src/dom/smil.h @@ -31,7 +31,11 @@ * =========================================================================== * NOTES * + * This API and many of the comments come from this document: * http://www.w3.org/TR/smil-boston-dom + * + * ...which is a DRAFT. But it's the best we can find. Can someone + * find a more finished, complete SMIL DOM document for us? Thanks. */ @@ -60,6 +64,7 @@ typedef dom::NodeList NodeList; typedef dom::Document Document; //forward declarations +//SMIL (non-DOM) types class ElementExclusiveTimeContainer; class ElementLayout; class ElementParallelTimeContainer; @@ -75,6 +80,7 @@ class Time; class TimeEvent; class TimeList; +//SMIL Elements class SMILAnimateColorElement; typedef Ptr SMILAnimateColorElementPtr; class SMILAnimateElement;