SYMBOL INDEX (55 symbols across 12 files) FILE: src/color_config.h type ColorConfig (line 7) | typedef struct color_config FILE: src/i3-easyfocus.c function print_help (line 25) | static void print_help(void) function parse_args (line 53) | static void parse_args(int argc, char *argv[]) function create_window_label (line 189) | static int create_window_label(Window *win) function create_window_labels (line 222) | static int create_window_labels(Window *win) function handle_selection (line 239) | static int handle_selection(xcb_keysym_t selection) function setup_xcb (line 265) | static int setup_xcb() function select_window (line 290) | static int select_window() function main (line 346) | int main(int argc, char *argv[]) FILE: src/ipc.c function Window (line 12) | static Window *con_to_window(i3ipcCon *con) function con_get_focused_id (line 78) | static unsigned long con_get_focused_id(i3ipcCon *con) function i3ipcCon (line 93) | static i3ipcCon *con_get_visible_container(i3ipcCon *con) function Window (line 122) | static Window *visible_windows(i3ipcCon *root) function Window (line 183) | static Window *visible_windows_on_curr_output(i3ipcCon *root) function gint (line 199) | static gint compare_rects(i3ipcRect *a, i3ipcRect *b) function gint (line 204) | static gint compare_workspace_position(gconstpointer a, gconstpointer b,... function gint (line 237) | static gint compare_workspace_nums(gconstpointer a, gconstpointer b) function Window (line 245) | static Window *visible_windows_on_all_outputs(i3ipcCon *root, SortMethod... function Window (line 293) | static Window *visible_windows_in_curr_con(i3ipcCon *root) function Window (line 310) | Window *ipc_visible_windows(SearchArea search_area, SortMethod sort_method) function ipc_focus_window (line 338) | int ipc_focus_window(Window *window) function ipc_init (line 359) | int ipc_init() function ipc_finish (line 373) | void ipc_finish() FILE: src/ipc.h type SearchArea (line 6) | typedef enum { type SortMethod (line 12) | typedef enum { FILE: src/map.c function map_init (line 24) | void map_init(label_key_mode_e mode) function xcb_keysym_t (line 46) | xcb_keysym_t map_add(Window *win) function Window (line 60) | Window *map_get(xcb_keysym_t keysym) function map_free (line 75) | void map_free() FILE: src/map.h type label_key_mode_e (line 7) | typedef enum FILE: src/rgb.c function parse_rgb_string (line 6) | int parse_rgb_string(const char *rgb_str, Rgb* rgb) FILE: src/rgb.h type Rgb (line 6) | typedef struct rgb FILE: src/win.c function Window (line 5) | Window *window_append(Window *win, Window *item) function window_free (line 20) | void window_free(Window *win) FILE: src/win.h type Window (line 7) | typedef struct window FILE: src/win_type.h type WindowType (line 4) | typedef enum { FILE: src/xcb.c function request_failed (line 26) | static int request_failed(xcb_void_cookie_t cookie, char *err_msg) function grab_keycode_with_mod (line 39) | static int grab_keycode_with_mod(xcb_keycode_t keycode, uint16_t mod_mask) function grab_keycode (line 52) | static int grab_keycode(xcb_keycode_t keycode, uint16_t mod_mask) function xcb_char2b_t (line 61) | static xcb_char2b_t *string_to_char2b(const char *text, size_t len) function predict_text_width (line 75) | static int predict_text_width(const char *text) function draw_text (line 96) | static int draw_text(xcb_window_t window, int16_t x, int16_t y, uint32_t... function color_by_window_type (line 135) | static int color_by_window_type(WindowType windowType, uint32_t* color_b... function xcb_create_text_window (line 155) | int xcb_create_text_window(int pos_x, int pos_y, WindowType windowType, ... function modifier_string_to_mask_fn (line 253) | static uint16_t modifier_string_to_mask_fn(char *modifier, size_t size) function xcb_modifier_string_to_mask (line 274) | uint16_t xcb_modifier_string_to_mask(char *modifier) function xcb_grab_keysym (line 293) | int xcb_grab_keysym(xcb_keysym_t keysym, uint16_t mod_mask) function xcb_keysym_t (line 326) | xcb_keysym_t xcb_wait_for_user_input() function xcb_register_configure_notify (line 376) | int xcb_register_configure_notify() function xcb_alloc_color_cookie_t (line 396) | static xcb_alloc_color_cookie_t alloc_color(xcb_colormap_t colormap_id, ... function open_colors (line 401) | static int open_colors(ColorConfig cfg) function open_font (line 441) | static int open_font(const char *font_pattern) function open_font_with_fallback (line 452) | static int open_font_with_fallback(const char *font_name) function xcb_init (line 465) | int xcb_init(const char *font_name, ColorConfig color_config) function xcb_finish (line 495) | void xcb_finish()