dslinux/user/pixil/libs/flek/src Flv_List.cxx Makefile

amadeus dslinux_amadeus at user.in-berlin.de
Sat Oct 7 22:33:43 CEST 2006


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

Modified Files:
	Flv_List.cxx Makefile 
Log Message:
start pixil integration in DSLINUX

Index: Makefile
===================================================================
RCS file: /cvsroot/dslinux/dslinux/user/pixil/libs/flek/src/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- Makefile	3 Oct 2006 11:24:51 -0000	1.1
+++ Makefile	7 Oct 2006 20:33:41 -0000	1.2
@@ -3,7 +3,11 @@
 # Check the readme for details on the changes that we have made
 
 LIB_STATIC=libflek.a
+ifeq ($(EN_SHARED),--enable-shared)
 LIB_SHARED=libflek.so
+else
+LIB_SHARED=
+endif
 
 CPPFILES= FDate.cxx FSocket.cxx FFile.cxx FVector.cxx \
 	FImage.cxx FSGI.cxx FPNM.cxx Fl_App_Window.cxx \

Index: Flv_List.cxx
===================================================================
RCS file: /cvsroot/dslinux/dslinux/user/pixil/libs/flek/src/Flv_List.cxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- Flv_List.cxx	3 Oct 2006 11:24:51 -0000	1.1
+++ Flv_List.cxx	7 Oct 2006 20:33:41 -0000	1.2
@@ -730,7 +730,7 @@
 void
 Flv_List::client_area(int &X, int &Y, int &W, int &H)
 {
-    char sv = 0, sh = 0;
+    signed char sv = 0, sh = 0;
     int th, v, rw;
 
     X = x();
@@ -864,7 +864,7 @@
 void
 Flv_List::draw_scrollbars(int &X, int &Y, int &W, int &H)
 {
-    char sv = 0, sh = 0;
+    signed char sv = 0, sh = 0;
     int th, x, rw;
 
 




More information about the dslinux-commit mailing list