[SCM] Lisaac compiler branch, master, updated. lisaac-0.12-492-ge17dc68

Benoit Sonntag sonntag at icps.u-strasbg.fr
Wed Sep 16 13:55:39 UTC 2009


The following commit has been merged in the master branch:
commit e7d43b76225aca5cb53f8095c763b63f1196e632
Author: Benoit Sonntag <sonntag at icps.u-strasbg.fr>
Date:   Tue Sep 15 22:22:53 2009 +0200

    bmp ok

diff --git a/example/gui/transparent/photo.bmp b/example/gui/transparent/photo.bmp
index 24f4a9f..0bdcb8a 100644
Binary files a/example/gui/transparent/photo.bmp and b/example/gui/transparent/photo.bmp differ
diff --git a/lib/graphics/bmp_line.li b/lib/graphics/bmp_line.li
index f3e06c3..e8b157b 100644
--- a/lib/graphics/bmp_line.li
+++ b/lib/graphics/bmp_line.li
@@ -132,14 +132,14 @@ Section Public
     ? {(ofs + (idx_end - idx_begin)) <= bmp.upper}; 
         
     offset := ofs;
-    bmp_self ?= bmp;
+    bmp_self ?= bmp;    
     (bmp_self != NULL).if {
       // Speed version.      
       idx_begin.to idx_end do { n:INTEGER;
 	storage.put (bmp_self.item offset) to n;	
 	offset := offset + 1;
       };
-    } else {
+    } else {      
       // Slow version (because conversion for each pixel)
       idx_begin.to idx_end do { n:INTEGER;
 	col := bmp.get_color offset;				

-- 
Lisaac compiler



More information about the Lisaac-commits mailing list