comparison TaskManager/Test/test_render/viewerFB.h @ 397:a4f690f44842

delete manager (in kernel/ppe/TaskManager.h) don't move.
author game@henri.cr.ie.u-ryukyu.ac.jp
date Sun, 20 Sep 2009 18:55:26 +0900
parents 25c820b6060e
children
comparison
equal deleted inserted replaced
396:d1f1e27d0a12 397:a4f690f44842
3 3
4 #include "viewer.h" 4 #include "viewer.h"
5 5
6 class ViewerFB : public Viewer { 6 class ViewerFB : public Viewer {
7 public: 7 public:
8 ViewerFB(int bpp, int width, int height, int spenum) 8 ViewerFB(TaskManager *manager, int bpp, int width, int height, int spenum)
9 :Viewer(bpp, width, height, spenum) {} 9 :Viewer(bpp, width, height, spenum) {}
10 10
11 /* override function */ 11 /* override function */
12 void video_init(void); 12 void video_init(TaskManager *manager);
13 void clean_pixels(void); 13 void clean_pixels(void);
14 }; 14 };
15 15
16 #endif 16 #endif