As in previous commit, 2 more parameters were incorrectly named:
authordooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Thu, 15 Mar 2007 15:18:53 +0000 (15:18 +0000)
committerdooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Thu, 15 Mar 2007 15:18:53 +0000 (15:18 +0000)
  * rend_desc -> renddesc
  * callback -> cb

doxygen output down from 664 lines to 484 lines now.

git-svn-id: http://svn.voria.com/code@327 1f10aa63-cdf2-0310-b900-c93c546f37ac

synfig-core/trunk/src/synfig/layer.h

index f2d1c8b..d8e3755 100644 (file)
@@ -401,12 +401,12 @@ public:
        /*!     \param context          Context iterator refering to next Layer.
        **      \param surface          Pointer to Surface to render to.
        **      \param quality          The requested quality-level to render at.
-       **      \param rend_desc        The associated RendDesc.
-       **      \param callback         Pointer to callback object. May be NULL if there is no callback.
+       **      \param renddesc         The associated RendDesc.
+       **      \param cb                       Pointer to callback object. May be NULL if there is no callback.
        **      \return \c true on success, \c false on failure
        **      \see Handle::accelerated_render()
        */
-       virtual bool accelerated_render(Context context,Surface *surface,int quality, const RendDesc &rend_desc, ProgressCallback *callback)const;
+       virtual bool accelerated_render(Context context,Surface *surface,int quality, const RendDesc &renddesc, ProgressCallback *cb)const;
 
        //! Checks to see if a part of the layer is directly under \a point
        /*!     \param context          Context iterator refering to next Layer.