XGetNormalHints

This function has been superseded by XGetWMNormalHints().

Syntax

Status XGetNormalHints(display, w, hints_return)
      Display *display;
      Window w;
      XSizeHints *hints_return;

Arguments

display Specifies the connection to the X server.
w Specifies the window.
hints_return Returns the size hints for the window in its normal state.

Description

The XGetNormalHints() function returns the size hints for a window in its normal state. It returns a nonzero status if it succeeds or zero if the application specified no normal size hints for this window.

XGetNormalHints() can generate a BadWindow error.

Diagnostics

BadWindow A value for a Window argument does not name a defined Window.

See also

XGetWMNormalHints(), "Compatibility Functions".
Christophe Tronche, ch@tronche.com