Re: [Xpert]how to fix window

2002-07-09 Thread Mark Vojkovich
On Tue, 9 Jul 2002, sun zongjun wrote: > Hi: > I want to put the window in fixed position and size. I don't want to > let user to resize > and drag the window in the desktop to anywhere. How can I do that? I used > XSetWMNormalHints() and set the XSizeHints field flags (USPosition | > USSiz

[Xpert]how to fix window

2002-07-09 Thread sun zongjun
Hi: I want to put the window in fixed position and size. I don't want to let user to resize and drag the window in the desktop to anywhere. How can I do that? I used XSetWMNormalHints() and set the XSizeHints field flags (USPosition | USSize), But it can't help me? What should I do? Tha