XSetZoomHints

This function is no longer supported by the Inter-Client Communication Conventions Manual.

Syntax

XSetZoomHints(display, w, zhints)
      Display *display;
      Window w;
      XSizeHints *zhints;

Arguments

display Specifies the connection to the X server.
w Specifies the window.
zhints Specifies a pointer to the zoom hints.

Description

Many window managers think of windows in one of three states: iconic, normal, or zoomed. The XSetZoomHints() function provides the window manager with information for the window in the zoomed state. XSetZoomHints() can generate BadAlloc and BadWindow errors.

Diagnostics

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.

See also

"Compatibility Functions".
Christophe Tronche, [email protected]