// Copyright status: this file is in the public domain. #include "lx.h" #include "proto.h" #include "internal.h" void lx_DestroySubwindows(LX_CONN *xc, LX_XID window) { lx__simple_single(xc,window,"lx_DestroySubwindows",XP_REQ_DestroySubwindows); }