#include "lx.h" #include "proto.h" #include "internal.h" void lx_FreePixmap(LX_CONN *xc, LX_XID pm) { lx__simple_single(xc,pm,"lx_FreePixmap",XP_REQ_FreePixmap); }