#include "lx.h" #include "proto.h" #include "internal.h" void lx_MapWindow(LX_CONN *xc, LX_XID window) { lx__simple_single(xc,window,"lx_MapWindow",XP_REQ_MapWindow); }