@ -48,7 +48,7 @@ void start_application(const char *command);
|
||||
void check_error(xcb_connection_t *conn, xcb_void_cookie_t cookie, char *err_message);
|
||||
char *convert_utf8_to_ucs2(char *input, int *real_strlen);
|
||||
void remove_client_from_container(xcb_connection_t *conn, Client *client, Container *container);
|
||||
void set_focus(xcb_connection_t *conn, Client *client);
|
||||
void set_focus(xcb_connection_t *conn, Client *client, bool set_anyways);
|
||||
void leave_stack_mode(xcb_connection_t *conn, Container *container);
|
||||
void switch_layout_mode(xcb_connection_t *conn, Container *container, int mode);
|
||||
void warp_pointer_into(xcb_connection_t *conn, Client *client);
|
||||
|
Reference in New Issue
Block a user