XSetZoomHints(display, w, zhints)
Display *display;
Window w;
XSizeHints *zhints;
| display | Specifies the connection to the X server. |
| w | Specifies the window. |
| zhints | Specifies a pointer to the zoom hints. |
| 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. |