blob: b97e3b7d12a8e6ffc4868518db1d2bb56cc26133 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
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();
};
|