Scott Anderson <[EMAIL PROTECTED]> writes:
> The window id for gnome-panel is 10725348 (0x1200003).
That's not right, 0x1200003 = 18874371. You can also use hex literals
in rep, e.g., #x1200003.
> I noticed that the window has no name, so the get-window-by-name*
> functions do not work. I find that curious...
The nameless window is a frame created by Sawfish. The real client
window is its child. get-window-by-id works with either id, returning
the same lisp object.
--
Timo Korvola <URL:http://www.iki.fi/tkorvola>