Janek Kozicki <[email protected]> writes:
> Jeremy Hankins said: (by the date of Sun, 24 Oct 2010 09:27:41 -0500)
>> Janek Kozicki <[email protected]> writes:
>> (get-window-by-name "last")
[returns nil]
>> > 0x3000024 "last": ("xterm" "XTerm") 574x199+2+18 +-22078+703
Ok, how about:
(get-window-by-id 0x3000024)
If that gives you something you could poke around with that:
(setq foo (get-window-by-id 0x3000024))
(window-name foo)
(window-position foo)
(window-dimensions foo)
(window-mapped-p foo)
(window-workspaces foo)
(get-window-properties foo)
And anything else you can think of. But I'm just grasping at straws
here. I suspect you're right, that sawfish has simply forgotten about
the window for some reason. For all I know (if sawfish really is just
confused about this window) you'll only get a segfault from this. So
take appropriate precautions... ;)
--
Jeremy Hankins <[email protected]>