i3
|
00001 /* 00002 * vim:ts=8:expandtab 00003 * 00004 * i3 - an improved dynamic tiling window manager 00005 * 00006 * (c) 2009 Michael Stapelberg and contributors 00007 * 00008 * See file LICENSE for license information. 00009 * 00010 */ 00011 #ifndef _COMMANDS_H 00012 #define _COMMANDS_H 00013 00014 #include <xcb/xcb.h> 00015 00016 bool focus_window_in_container(xcb_connection_t *conn, Container *container, 00017 direction_t direction); 00018 00020 void parse_command(xcb_connection_t *conn, const char *command); 00021 00022 #endif