dslinux/user/pixil/libs/flnx/src Fl_Animator.cxx Fl_Counter.cxx

amadeus dslinux_amadeus at user.in-berlin.de
Sun Oct 8 14:15:31 CEST 2006


Update of /cvsroot/dslinux/dslinux/user/pixil/libs/flnx/src
In directory antilope:/tmp/cvs-serv29804/user/pixil/libs/flnx/src

Modified Files:
	Fl_Animator.cxx Fl_Counter.cxx 
Log Message:
start pixil integration in DSLINUX

Index: Fl_Counter.cxx
===================================================================
RCS file: /cvsroot/dslinux/dslinux/user/pixil/libs/flnx/src/Fl_Counter.cxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- Fl_Counter.cxx	3 Oct 2006 11:25:08 -0000	1.1
+++ Fl_Counter.cxx	8 Oct 2006 12:15:29 -0000	1.2
@@ -49,9 +49,11 @@
     xx[4] = x()+w()-1*W; ww[4] = W;
   } else {
     int W = w()*20/100;
+    xx[1] = 0;	 	 ww[1] = 0;
     xx[2] = x();	 ww[2] = W;
     xx[0] = x()+W;	 ww[0] = w()-2*W;
     xx[3] = x()+w()-1*W; ww[3] = W;
+    xx[4] = 0;           ww[4] = 0;
   }
 
   draw_box(boxtype[0], xx[0], y(), ww[0], h(), FL_WHITE);

Index: Fl_Animator.cxx
===================================================================
RCS file: /cvsroot/dslinux/dslinux/user/pixil/libs/flnx/src/Fl_Animator.cxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- Fl_Animator.cxx	3 Oct 2006 11:25:07 -0000	1.1
+++ Fl_Animator.cxx	8 Oct 2006 12:15:29 -0000	1.2
@@ -28,12 +28,10 @@
 
 Fl_Animator::Fl_Animator(char * const *image, int X, int Y,
 			 int fcount, int fwidth, int fheight, 
-			 int interval, const char *label = 0)
+			 int interval, const char *label)
   : Fl_Widget(X,Y,fwidth,fheight,label)
   
 {
-  int x, y;
-  
   _image = new Fl_Pixmap(image);
 
   _xpos = X;




More information about the dslinux-commit mailing list