XDestroyWindow (3) Linux Manual Page
XDestroyWindow, XDestroySubwindows – destroy windows Syntaxint XDestroyWindow(Display *display, Window w); int XDestroySubwindows(Display *display, Window w);Argumentsdisplay Specifies the connection to the X server. w Specifies the window.DescriptionThe XDestroyWindow function destroys the specified window as well as all of its subwindows and causes the X server to generate a DestroyNotify event for each window. The window should…
