Method: XCB::GraphicsExposureEvent#count

Defined in:
ext/xproto.c

#countObject



1335
1336
1337
1338
1339
1340
1341
# File 'ext/xproto.c', line 1335

static VALUE
r_XCB_GraphicsExposureEvent_get_count(VALUE r_self)
{
  xcb_graphics_exposure_event_t *event;
  Data_Get_Struct(r_self, xcb_graphics_exposure_event_t, event);
  return INT2FIX(event->count);
}