xcb_reparent_window

@brief Reparents a window

@param c The connection @param window The window to reparent. @param parent The new parent of the window. @param x The X position of the window within its new parent. @param y The Y position of the window within its new parent. @return A cookie

Makes the specified window a child of the specified parent window. If the window is mapped, it will automatically be unmapped before reparenting and re-mapped after reparenting. The window is placed in the stacking order on top with respect to sibling windows.

After reparenting, a ReparentNotify event is generated.

extern (C)
xcb_reparent_window

Meta