[][src]Type Definition clipboard_x11::ClientMessageEvent

type ClientMessageEvent = Event<xcb_client_message_event_t>;

NOT YET DOCUMENTED

This event represents a ClientMessage, sent by another X11 client. An example is a client sending the _NET_WM_STATE ClientMessage to the root window to indicate the fullscreen window state, effectively requesting that the window manager puts it into fullscreen mode.