Method: XCB::Setup#motion_buffer_size

Defined in:
ext/xproto.c

#motion_buffer_sizeObject



538
539
540
541
542
543
544
# File 'ext/xproto.c', line 538

static VALUE
r_XCB_Setup_get_motion_buffer_size(VALUE r_self)
{
  xcb_setup_t *setup;
  Data_Get_Struct(r_self, xcb_setup_t, setup);
  return INT2FIX(setup->motion_buffer_size);
}