ref: 41e27b2d10c6a60c49931332e8677438736a1e36
dir: /appl/acme/gui.m/
Gui: module {
PATH: con "/dis/acme/gui.dis";
WMPATH: con "/dis/acme/guiwm.dis";
display : ref Draw->Display;
mainwin : ref Draw->Image;
yellow, green, red, blue, black, white : ref Draw->Image;
init : fn(mods : ref Dat->Mods);
spawnprocs : fn();
cursorset : fn(p : Draw->Point);
cursorswitch: fn(c : ref Dat->Cursor);
killwins : fn();
};