XGetWMNormalHints()

Russell Shaw rjshaw at netspace.net.au
Sat Apr 15 21:03:53 PDT 2006


Hi,
In a window manager, i get XSizeHints for an xterm:

   XSizeHints *sizehints = XAllocSizeHints();

   long int supplied = 0;

   XGetWMNormalHints(display, xterm_window, sizehints, &supplied);

I get:

   sizehints->flags = 344   and
   supplied = 1023

Both these represent the same flags:

   USPosition|USSize|PPosition|PSize|PMinSize| PMaxSize|PResizeInc|PAspect|PBaseSize|PWinGravity

What should i use?

http://tronche.com/gui/x/xlib/ICC/client-to-window-manager/XGetWMNormalHints.html




More information about the xorg mailing list