Method: XCB::VisibilityNotifyEvent#state

Defined in:
ext/xproto.c

#stateObject



1377
1378
1379
1380
1381
1382
1383
# File 'ext/xproto.c', line 1377

static VALUE
r_XCB_VisibilityNotifyEvent_get_state(VALUE r_self)
{
  xcb_visibility_notify_event_t *event;
  Data_Get_Struct(r_self, xcb_visibility_notify_event_t, event);
  return INT2FIX(event->state);
}