NAME
XmuUpdateMapHints — set WM_HINTS flags to USSize and USPosition.
SYNOPSIS
#include <X11/Xmu/WinUtil.h>
Bool XmuUpdateMapHints(display, w, hints)
Display ∗display;
Window w;
XSizeHints ∗hints;
ARGUMENTS
displaySpecifies a connection to an X server; returned from XOpenDisplay().
winSpecifies the window.
hintsSpecifies the new hints, or NULL.
DESCRIPTION
XmuUpdateMapHints clears the PPosition and PSize flags and sets the USPosition and USSize flags in the hints structure, and then stores the hints for the window using XSetWMNormalHints() and returns True. If NULL is passed for the hints structure, then the current hints are read back from the window using XGetWMNormalHints() the flags are set as described above, the property is reset, and True is returned. XmuUpdateMapHints returns False if it was unable to allocate memory or, when NULL is passed, if the existing hints could not be read.
SEE ALSO
XmuClientWindow, XmuScreenOfWindow.
Xlib Reference Manual