Aaron Lewis <[email protected]> writes: > Hi, > I'm currently working on a KDE application , plasma-globalmenu , which > will make all GTK / Gnome application globally on XBar , but now i'm > meeting a problem , so i need to write a simply application , which > could help me detect the WId of a running window. > > Like , popup a mouse , let me click on something , and print a unique > number (WId) , in decimal or hex , doesn't matter. > > Could anyone give a hand on this simple application ?
It sounds like you want xwininfo. > I think it's very basic , but i've never done pure X11 programming > before , any guides is appreciated. If you want to code it yourself, both xwininfo and xprop do this, so you could look at how they do it. (It is probably a little harder than you might think, as you probably want the XID of the "application" window, and not any random subwindow or the root window or a window created by the window manager...) eirik _______________________________________________ [email protected]: X.Org support Archives: http://lists.freedesktop.org/archives/xorg Info: http://lists.freedesktop.org/mailman/listinfo/xorg Your subscription address: [email protected]
