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