On Nov 30, 2012, at 8:38 AM, Stephane Pinel wrote: > * New redraw method > > void (* redrawWithRectsFunction)(REALcontrolInstance, REALgraphics context, > const Rect *dirtyRects, int dirtyRectCount ); > > This function is preferred to the original redrawFunction because it exposes > the array of rectangles that need to be redrawn. If there are no rectangles > passed, the control must redraw all of its contents. > > In Real Studio 2012r2 and later, this function is invoked if it is available > instead of redrawFuntion. If this function is not present, or the plugin is > loaded into an older version of Real Studio, redrawFunction will be invoked. > > In Carbon builds, the context object will always be NULL and the dirty rect > count will be zero.
Ok, it is called in carbon, but what about cocoa? - Alfred Van Hoek [email protected] http://vanhoekplugins.com _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives: <http://support.realsoftware.com/listarchives/lists.html>
