Method: XCB::GetGeometryReply#root
- Defined in:
- ext/xproto.c
#root ⇒ Object
3188 3189 3190 3191 3192 3193 3194 |
# File 'ext/xproto.c', line 3188 static VALUE r_XCB_GetGeometryReply_get_root(VALUE r_self) { xcb_get_geometry_reply_t *reply; Data_Get_Struct(r_self, xcb_get_geometry_reply_t, reply); return INT2FIX(reply->root); } |