From 46439007cf417cbd9ac8049bb4122c890097a0fa Mon Sep 17 00:00:00 2001 From: "Charles.Forsyth" Date: Fri, 22 Dec 2006 20:52:35 +0000 Subject: 20060303-partial --- module/wmlib.m | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 module/wmlib.m (limited to 'module/wmlib.m') diff --git a/module/wmlib.m b/module/wmlib.m new file mode 100644 index 00000000..e46b0506 --- /dev/null +++ b/module/wmlib.m @@ -0,0 +1,21 @@ +Wmlib: module +{ + PATH: con "/dis/lib/wmlib.dis"; + + init: fn(); + makedrawcontext: fn(): ref Draw->Context; + importdrawcontext: fn(devdraw, mntwm: string): (ref Draw->Context, string); + connect: fn(ctxt: ref Draw->Context): ref Draw->Wmcontext; + reshape: fn(w: ref Draw->Wmcontext, name: string, r: Draw->Rect, i: ref Draw->Image, how: string): ref Draw->Image; + startinput: fn(w: ref Draw->Wmcontext, devs: list of string): string; # could be part of connect? + wmctl: fn(w: ref Draw->Wmcontext, request: string): (string, ref Draw->Image, string); +# wmtoken: fn(w: ref Draw->Wmcontext): string; + snarfput: fn(buf: string); + snarfget: fn(): string; + + # XXX these don't really belong here, but where should they go? + splitqword: fn(s: string, e: int): ((int, int), int); + qslice: fn(s: string, r: (int, int)): string; + qword: fn(s: string, e: int): (string, int); + s2r: fn(s: string, e: int): (Draw->Rect, int); +}; -- cgit v1.2.3