Re: how to get a window's name which contains compound text?

2003-10-17 Thread Alan Coopersmith
wjd wrote: I works on redhat8,how can i get a window's name which contains a compound text in X11 program? I has tried: XGetWindowProperty(Display*,Window,XA_WM_NAME,0,(long)BUFSIZ, False,XA_STRING,actual_type,actual_format,

Re: Re: how to get a window's name which contains compound text?

2003-10-17 Thread wjd
Thank for your reply,i has run xwininfo directly,it told me this window has no name.I just try xprop,i find it will export correct window name,could you tell where to get the newest code of xprop? Thanks wjd wrote: I works on redhat8,how can i get a window's name which contains a compound