XGetZoomHints
This function is no longer supported by the
Inter-Client Communication Conventions Manual.
Syntax
Status XGetZoomHints(display, w, zhints_return)
Display *display;
Window w;
XSizeHints *zhints_return;
Arguments
display
| Specifies the connection to the X server.
|
w
| Specifies the window.
|
zhints_return
| Returns the zoom hints.
|
Description
The
XGetZoomHints()
function returns the size hints for a window in its zoomed state.
It returns a nonzero status if it succeeds or zero if
the application specified no zoom size hints for this window.
XGetZoomHints()
can generate a
BadWindow
error.
Diagnostics
BadWindow
| A value for a Window argument does not name a defined Window.
|
See also
"Compatibility Functions".
Christophe Tronche, ch@tronche.com