view Renderer/test_render/post.cpp @ 283:55ea4465b1a2

fix test_render
author e065746@localhost.localdomain
date Fri, 05 Jun 2009 16:49:12 +0900
parents
children
line wrap: on
line source

#include "viewer.h"

extern Viewer *screen;

void
post2runLoop(void *arg)
{
    screen->run_loop();
}

void
post2runDraw(void *arg)
{
    screen->run_draw();
}