|
|
DataMuseum.dkPresents historical artifacts from the history of: Rational R1000/400 Tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about Rational R1000/400 Tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - downloadIndex: T V
Length: 1101 (0x44d)
Types: TextFile
Names: »V«
└─⟦85b835f43⟧ Bits:30000549 8mm tape, Rational 1000, Xlib rev 6.00
└─⟦0c20f784e⟧ »DATA«
└─⟦1abbe589f⟧
└─⟦306851c02⟧
└─⟦this⟧
with Puz_Puzzle;
use Puz_Puzzle;
with Xlbt_Arithmetic;
use Xlbt_Arithmetic;
with Xlbt_Basic;
use Xlbt_Basic;
with Xlbt_String;
use Xlbt_String;
package Puz_Main is
Dpy : X_Display;
Create_New_Colormap : Boolean := False;
Gc : X_Gc;
Puzzle_Colormap : X_Colormap;
Rect_Gc : X_Gc;
Screen : X_Screen_Number;
function Puzzle_Pending return S_Natural;
procedure Flush_Logging;
procedure Process_Events;
procedure Log_Move_Space (First_X, First_Y, Last_X, Last_Y : S_Long;
Dir : Direction);
procedure Repaint_Tiles;
procedure Main
(Display : X_String := ""; -- X server to use
Geometry : X_String := ""; -- geometry of window
Size : String := ""; -- "4x4"; size in squares
Speed : Natural := 0; -- tiles/second to move
New_Colormap : Boolean := False); -- create a new colormap
end Puz_Main;