@@ -1428,6 +1428,7 @@ BEGIN
IF ~Platform.Windows THEN (* Workaround for an Allegro bug on X11 *)
FOR i := 1 TO 6 DO (* Maybe "TO 1" is enough *)
Al.free_with_context(a, 1429, 'Graph.Mod', 'GetClipboardText');
+ Delay(1);
a := Al.get_clipboard_text(win.display)
END
END;
@@ -1,5 +1,5 @@
run: all
- @cd .. && ./FreeOberon
+ @cd .. && ./FreeOberon --window
all:
./make.sh