From 93065d424d3dd658093bfeaaa272071b30be27db Mon Sep 17 00:00:00 2001 From: Oliver Wang Date: Tue, 14 Oct 2003 22:51:48 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=2459 --- api/gutil.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/api/gutil.h b/api/gutil.h index 91050622e4..5946a557fc 100755 --- a/api/gutil.h +++ b/api/gutil.h @@ -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);