NAME
xcbfocusineventt - NOT YET DOCUMENTED SYNOPSIS
#include
Event datastructure typedef struct xcbfocusineventt { uint8t responsetype; uint8t detail; uint16t sequence; xcbwindowt event; uint8t mode; uint8t pad0[3]; } xcbfocusineventt; EVENT FIELDS responsetype The type of this event, in this case XCBFOCUSOUT. 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. detail event The window on which the focus event was generated. This is the window used by the X server to report the event. mode DESCRIPTION SEE ALSO xcbgenericeventt(3) AUTHOR Generated from xproto.xml. Contact xcb@lists.freedesktop.org for cor‐ rections and improvements. X Version 11 libxcb 1.13 xcbfocusineventt(3)