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(); setcursor : fn(p : Draw->Point); killwins : fn(); };