Method: XCB::GetGeometryReply#y

Defined in:
ext/xproto.c

#yObject



3202
3203
3204
3205
3206
3207
3208
# File 'ext/xproto.c', line 3202

static VALUE
r_XCB_GetGeometryReply_get_y(VALUE r_self)
{
	xcb_get_geometry_reply_t *reply;
	Data_Get_Struct(r_self, xcb_get_geometry_reply_t, reply);
	return INT2FIX(reply->y);
}