From 37da2899f40661e3e9631e497da8dc59b971cbd0 Mon Sep 17 00:00:00 2001 From: "Charles.Forsyth" Date: Fri, 22 Dec 2006 17:07:39 +0000 Subject: 20060303a --- appl/acme/gui.m | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 appl/acme/gui.m (limited to 'appl/acme/gui.m') diff --git a/appl/acme/gui.m b/appl/acme/gui.m new file mode 100644 index 00000000..b97e3b7d --- /dev/null +++ b/appl/acme/gui.m @@ -0,0 +1,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(); +}; \ No newline at end of file -- cgit v1.2.3