comparison TaskManager/Test/simple_render/main.cpp @ 71:475e04db46c0

*** empty log message ***
author gongo
date Mon, 18 Feb 2008 01:52:30 +0900
parents 178459e03f5c
children 83b57e03d3ef
comparison
equal deleted inserted replaced
70:178459e03f5c 71:475e04db46c0
94 } 94 }
95 95
96 int run_finish(void *r, void *w) 96 int run_finish(void *r, void *w)
97 { 97 {
98 __debug("[%s]\n", __FUNCTION__); 98 __debug("[%s]\n", __FUNCTION__);
99 screen->run_finish(); 99 //screen->run_finish();
100 return 0; 100 return 0;
101 } 101 }
102 102
103 int finish(void *w, void *r) 103 int finish(void *w, void *r)
104 { 104 {