static wmctrl_Entry wmctrl_EntryFromID(S id) { new wmctrl_Entry e; e.windowIdentity = id; ret e; }