diff -r 15bf7259bb7c -r d8a3531bc6b8 uiacceltk/hitchcock/coretoolkit/rendervg10/inc/HuiVg10PBufferSurface.h --- a/uiacceltk/hitchcock/coretoolkit/rendervg10/inc/HuiVg10PBufferSurface.h Tue Feb 02 07:56:43 2010 +0200 +++ b/uiacceltk/hitchcock/coretoolkit/rendervg10/inc/HuiVg10PBufferSurface.h Mon Feb 22 17:57:49 2010 +0200 @@ -118,6 +118,12 @@ void SwapBuffers(); /** + * Synchronizes the context. All rendering calls for the currently bound context are guaranteed + * to be executed, when thsi method returns. + */ + void Finish(); + + /** * Binds a texture to the surface to be used during subsequent drawing * operations. */