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
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