Hallo, dies ist ein Test.
PWD: /www/data-lst1/unixsoft/unixsoft/kaempfer/.public_html
Running in File Mode
Relative path: ./../../../../../../usr/man/man3xcb/xcb_expose_event_t.3xcb
Real path: /usr/share/man/man3xcb/xcb_expose_event_t.3xcb
Zurück
'\" te .TH xcb_expose_event_t 3xcb "libxcb 1.15" "X Version 11" "XCB Events" .ad l .SH NAME xcb_expose_event_t \- NOT YET DOCUMENTED .SH SYNOPSIS .hy 0 .B #include <xcb/xproto.h> .PP .SS Event datastructure .nf .sp typedef struct xcb_expose_event_t { uint8_t \fIresponse_type\fP; uint8_t \fIpad0\fP; uint16_t \fIsequence\fP; xcb_window_t \fIwindow\fP; uint16_t \fIx\fP; uint16_t \fIy\fP; uint16_t \fIwidth\fP; uint16_t \fIheight\fP; uint16_t \fIcount\fP; uint8_t \fIpad1\fP[2]; } \fBxcb_expose_event_t\fP; .fi .br .hy 1 .SH EVENT FIELDS .IP \fIresponse_type\fP 1i The type of this event, in this case \fIXCB_EXPOSE\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 \fIwindow\fP 1i The exposed (damaged) window. .IP \fIx\fP 1i The X coordinate of the left-upper corner of the exposed rectangle, relative to the \fIwindow\fP's origin. .IP \fIy\fP 1i The Y coordinate of the left-upper corner of the exposed rectangle, relative to the \fIwindow\fP's origin. .IP \fIwidth\fP 1i The width of the exposed rectangle. .IP \fIheight\fP 1i The height of the exposed rectangle. .IP \fIcount\fP 1i The amount of \fIExpose\fP events following this one. Simple applications that do not want to optimize redisplay by distinguishing between subareas of its window can just ignore all Expose events with nonzero counts and perform full redisplays on events with zero counts. .SH DESCRIPTION .\" Oracle has added the ARC stability level to this manual page .SH ATTRIBUTES See .BR attributes (7) for descriptions of the following attributes: .sp .TS box; cbp-1 | cbp-1 l | l . ATTRIBUTE TYPE ATTRIBUTE VALUE = Availability x11/library/libxcb = Stability Volatile .TE .PP .SH SEE ALSO .BR xcb_generic_event_t (3xcb) .SH AUTHOR Generated from xproto.xml. Contact xcb@lists.freedesktop.org for corrections and improvements. .SH NOTES .\" Oracle has added source availability information to this manual page Source code for open source software components in Oracle Solaris can be found at https://www.oracle.com/downloads/opensource/solaris-source-code-downloads.html. This software was built from source available at https://github.com/oracle/solaris-userland. The original community source was downloaded from ['https://www.x.org/releases/individual/xcb/libxcb-1.15.tar.xz', 'https://xcb.freedesktop.org//dist/xcb-proto-1.15.2.tar.xz']. Further information about this software can be found on the open source community website at http://xcb.freedesktop.org/.