XSizeHints *XAllocSizeHints(void); void XSetWMNormalHints(Display *display, Windoww, XSizeHints *hints); Status XGetWMNormalHints(Display *display, Windoww, XSizeHints *hints_return, long *supplied_return); void XSetWMSizeHints(Display *display, Windoww, XSizeHints *hints, Atomproperty);...
XSetWMNormalHints Syntax void XSetWMNormalHints(display,w,hints)Display*display; Windoww;XSizeHints*hints; Arguments displaySpecifies the connection to the X server. wSpecifies the window. hintsSpecifies the size hints for the window in its normal state....