XUnmapWindow (3) Linux Manual Page
XUnmapWindow, XUnmapSubwindows – unmap windows Syntax int XUnmapWindow(Display *display, Window w); int XUnmapSubwindows(Display *display, Window w); Arguments display Specifies the connection to the X server. w Specifies the window. Description The XUnmapWindow function unmaps the specified window and causes the X server to generate an UnmapNotify event. If the specified window is already unmapped, XUnmapWindow…
