*** empty log message ***

svn path=/trunk/boinc/; revision=2459
This commit is contained in:
Oliver Wang 2003-10-14 22:51:48 +00:00
parent 43e54a347d
commit 93065d424d
1 changed files with 4 additions and 4 deletions

View File

@ -137,14 +137,14 @@ class MOVING_TEXT_PANEL {
float theta;
float dtheta;
COLOR color;
public:
float char_height;
float line_width;
float line_spacing;
char text[1024];
float pos[3];
float line_spacing;
char text[1024];
float pos[3];
float size[3];
double margin;
public:
void init(float* pos, float* size, COLOR& color, double dtheta, double ch, double lw, double ls, double margin);
void draw();
static void sort(MOVING_TEXT_PANEL* tp, int n);