comparison 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
comparison
equal deleted inserted replaced
282:ef061be0baff 283:55ea4465b1a2
1 #include "viewer.h"
2
3 extern Viewer *screen;
4
5 void
6 post2runLoop(void *arg)
7 {
8 screen->run_loop();
9 }
10
11 void
12 post2runDraw(void *arg)
13 {
14 screen->run_draw();
15 }