[SCM] Lisaac compiler branch, master, updated. lisaac-0.12-475-ge30d24b

unknown (none) sonntag at .
Fri Sep 11 12:03:17 UTC 2009


The following commit has been merged in the master branch:
commit e30d24bce0bdda8c5eb514c63d7fefc0a816cc7a
Author: unknown <sonntag at .(none)>
Date:   Fri Sep 11 14:02:37 2009 +0200

    windows support ok

diff --git a/lib_os/unix/video/event_system.li b/lib_os/unix/video/event_system.li
index 9dd302c..59d72ea 100644
--- a/lib_os/unix/video/event_system.li
+++ b/lib_os/unix/video/event_system.li
@@ -92,7 +92,7 @@ Section Public
 	y1 := `ev.xresizerequest.height`:INTEGER;
 	`XResizeWindow(display,window, at x1, at y1)`;
 	
-	VIDEO.pixel_hard (x1,10) color 0FF0000h;
+	//VIDEO.pixel_hard (x1,10) color 0FF0000h;
 	
 	DESK.resize_window (x1,y1);
       }
diff --git a/lib_os/windows/video/event_system.li b/lib_os/windows/video/event_system.li
index 60e9b60..94f8e7c 100644
--- a/lib_os/windows/video/event_system.li
+++ b/lib_os/windows/video/event_system.li
@@ -156,8 +156,8 @@ Section Interrupt
     //
     .when 0 then {
       // Refresh Linux Window
-      (INTERFACE.screen != NULL).if {
-	INTERFACE.screen.redraw (p1,p2) to (p3,p4);
+      (DESK.physical_screen != NULL).if {
+	DESK.physical_screen.redraw (p1,p2) to (p3,p4);
       };
     }
     //

-- 
Lisaac compiler



More information about the Lisaac-commits mailing list