Beispiel #1
0
static void OnFrame(void *user)
{
    WebCore->Update();
    WebView *view;
    sFORALL_LIST(Views, view)
        view->OnFrame();
}