XIO_PORT_BITS
#define XIO_PACKED(x) (((x)&XIO_PORT_BITS) != 0)
#define XIO_PORT(x) ((xwidgetnum_t)(((x)&XIO_PORT_BITS) >> XIO_PORT_SHIFT))