mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=2461
This commit is contained in:
parent
36f0dd7a3c
commit
3ebef2da78
|
@ -139,12 +139,12 @@ class MOVING_TEXT_PANEL {
|
|||
COLOR color;
|
||||
float char_height;
|
||||
float line_width;
|
||||
float line_spacing;
|
||||
float pos[3];
|
||||
float line_spacing;
|
||||
float size[3];
|
||||
double margin;
|
||||
public:
|
||||
char text[1024];
|
||||
float pos[3];
|
||||
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);
|
||||
|
|
Loading…
Reference in New Issue