2 * vim:ts=4:sw=4:expandtab
4 * i3bar - an xcb-based status- and ws-bar for i3
5 * © 2010 Axel Wagner and contributors (see also: LICENSE)
7 * mode.c: Handle "mode" event and show current binding mode in the bar
14 #include <xcb/xproto.h>
18 /* Name of current binding mode and its render width */
24 typedef struct mode mode;
27 * Start parsing the received JSON string
30 void parse_mode_json(char *json);