Method: XCB::MapNotifyEvent#window
- Defined in:
- ext/xproto.c
#window ⇒ Object
1482 1483 1484 1485 1486 1487 1488 |
# File 'ext/xproto.c', line 1482 static VALUE r_XCB_MapNotifyEvent_get_window(VALUE r_self) { xcb_map_notify_event_t *event; Data_Get_Struct(r_self, xcb_map_notify_event_t, event); return INT2FIX(event->window); } |