PDA

View Full Version : XReparentWindow in XLIb



saviosebs
August 25th, 2011, 07:45 PM
Hi all,
i am writing one small wm application using xlib
i am launching xterm window after getting the map request i am trying to create another window using XCreateWindow and reparent the xterm window with the created window and mapping it(parent window)
But i am able to see only the created window but not the xterm window which i reparented
any help is useful for me
Thanks