void XSetWMNormalHints(display, w, hints)
Display *display;
Window w;
XSizeHints *hints;
display | Specifies the connection to the X server. |
w | Specifies the window. |
hints | Specifies the size hints for the window in its normal state. |
XSetWMNormalHints() can generate BadAlloc and BadWindow errors.
BadAlloc | The server failed to allocate the requested source or server memory. |
BadWindow | A value for a Window argument does not name a defined Window. |