xcb_ewmh_request_change_active_window

@brief Send ClientMessage requesting to change the _NET_ACTIVE_WINDOW

The window ID of the currently active window or None if no window has the focus. This is a read-only property set by the Window Manager. If a Client wants to activate another window, it MUST send a _NET_ACTIVE_WINDOW client message to the root window. The timestamp is Client's last user activity timestamp at the time of the request, and the currently active window is the Client's active toplevel window, if any (the Window Manager may be e.g. more likely to obey the request if it will mean transferring focus from one active window to another).

@see xcb_ewmh_client_source_type_t @param ewmh The information relative to EWMH @param screen_nbr The screen number @param window_to_active The window ID to activate @param source_indication The source indication @param timestamp The client's last user activity timestamp @param current_active_window The currently active window or None

extern (C)
xcb_void_cookie_t
xcb_ewmh_request_change_active_window

Meta