# # winctl.b # implement WmWinctl; include "sys.m"; sys: Sys; include "draw.m"; draw: Draw; Display, Image: import draw; include "tk.m"; tk: Tk; include "wmlib.m"; wmlib: Wmlib; include "version.m"; WmWinctl: module { init: fn(ctxt: ref Draw->Context, argv: list of string); }; win_cfg := array[] of { "frame .mouse", "bind .mouse