| Current File : //usr/share/man/man3xcb/xcb_shape_notify_event_t.3xcb |
'\" t
.TH xcb_shape_notify_event_t 3xcb 2011-06-11 "XCB" "XCB Events"
.ad l
.SH NAME
xcb_shape_notify_event_t \-
.SH SYNOPSIS
.nf
\fBcc\fR [ \fIflag\fR\&.\&.\&. ] \fIfile\fR\&.\&.\&. \fB\-lxcb\fR [ \fIlibrary\fR\&.\&.\&. ]
.fi
.sp
.nf
\fBcc\fR [ \fIflag\fR\&.\&.\&. ] `pkg-config --cflags *` \fIfile\fR\&.\&.\&. `pkg-config --libs *`
.fi
.hy 0
.B #include <xcb/shape.h>
.PP
.SS Event datastructure
.nf
.sp
typedef struct xcb_shape_notify_event_t {
uint8_t \fIresponse_type\fP;
xcb_shape_kind_t \fIshape_kind\fP;
uint16_t \fIsequence\fP;
xcb_window_t \fIaffected_window\fP;
int16_t \fIextents_x\fP;
int16_t \fIextents_y\fP;
uint16_t \fIextents_width\fP;
uint16_t \fIextents_height\fP;
xcb_timestamp_t \fIserver_time\fP;
uint8_t \fIshaped\fP;
uint8_t \fIpad0\fP[11];
} \fBxcb_shape_notify_event_t\fP;
.fi
.br
.hy 1
.SH EVENT FIELDS
.IP \fIresponse_type\fP 1i
The type of this event, in this case \fIXCB_SHAPE_NOTIFY\fP. This field is also present in the \fIxcb_generic_event_t\fP and can be used to tell events apart from each other.
.IP \fIsequence\fP 1i
The sequence number of the last request processed by the X11 server.
.IP \fIshape_kind\fP 1i
NOT YET DOCUMENTED.
.IP \fIaffected_window\fP 1i
NOT YET DOCUMENTED.
.IP \fIextents_x\fP 1i
NOT YET DOCUMENTED.
.IP \fIextents_y\fP 1i
NOT YET DOCUMENTED.
.IP \fIextents_width\fP 1i
NOT YET DOCUMENTED.
.IP \fIextents_height\fP 1i
NOT YET DOCUMENTED.
.IP \fIserver_time\fP 1i
NOT YET DOCUMENTED.
.IP \fIshaped\fP 1i
NOT YET DOCUMENTED.
.SH DESCRIPTION
.SH SEE ALSO
.SH AUTHOR
Generated from shape.xml. Contact xcb@lists.freedesktop.org for corrections and improvements.
.\" Begin Oracle Solaris update
.SH "ATTRIBUTES"
See \fBattributes\fR(5) for descriptions of the following attributes:
.sp
.TS
allbox;
cw(2.750000i)| cw(2.750000i)
lw(2.750000i)| lw(2.750000i).
ATTRIBUTE TYPE ATTRIBUTE VALUE
Availability x11/library/libxcb
Interface Stability Volatile
MT-Level Safe
.TE
.sp
.\" End Oracle Solaris update