]> git.sur5r.net Git - i3/i3/blobdiff - include/commands.h
Implement scrolling on stack windows and on the bar. This implements ticket #18
[i3/i3] / include / commands.h
index ce55f93589b49fec626b72d3e54887936ab8c6ec..a2701924b87d06cc5a48b8ef7be23b9d58667f55 100644 (file)
@@ -13,6 +13,7 @@
 #ifndef _COMMANDS_H
 #define _COMMANDS_H
 
+bool focus_window_in_container(xcb_connection_t *conn, Container *container, direction_t direction);
 void show_workspace(xcb_connection_t *conn, int workspace);
 void parse_command(xcb_connection_t *conn, const char *command);