Manual Pages for Linux CentOS command on man xcb_client_message_event_t
MyWebUniversity

Manual Pages for Linux CentOS command on man xcb_client_message_event_t

xcbclientmessageeventt(3) XCB Events xcbclientmessageeventt(3)

NAME

xcbclientmessageeventt - NOT YET DOCUMENTED SYNOPSIS

#include Event datastructure typedef struct xcbclientmessageeventt { uint8t responsetype; uint8t format; uint16t sequence; xcbwindowt window; xcbatomt type; xcbclientmessagedatat data; } xcbclientmessageeventt; EVENT FIELDS responsetype The type of this event, in this case XCBCLIENTMESSAGE. This field is also present in the xcbgenericeventt and can be used to tell events apart from each other. sequence The sequence number of the last request processed by the X11 server. format Specifies how to interpret data. Can be either 8, 16 or 32. window NOT YET DOCUMENTED. type An atom which indicates how the data should be interpreted by the receiving client. data The data itself (20 bytes max). DESCRIPTION This event represents a ClientMessage, sent by another X11 client. An example is a client sending the NETWMSTATE ClientMessage to the root window to indicate the fullscreen window state, effectively requesting that the window manager puts it into fullscreen mode. SEE ALSO xcbgenericeventt(3), xcbsendevent(3) AUTHOR Generated from xproto.xml. Contact xcb@lists.freedesktop.org for cor‐ rections and improvements. X Version 11 libxcb 1.13 xcbclientmessageeventt(3)




Contact us      |      About us      |      Term of use      |       Copyright © 2000-2019 MyWebUniversity.com ™