2009-02-14 02:33:31 +01:00
|
|
|
/*
|
|
|
|
* vim:ts=8:expandtab
|
|
|
|
*
|
|
|
|
* i3 - an improved dynamic tiling window manager
|
|
|
|
*
|
|
|
|
* (c) 2009 Michael Stapelberg and contributors
|
|
|
|
*
|
|
|
|
* See file LICENSE for license information.
|
|
|
|
*
|
|
|
|
*/
|
2009-02-13 19:04:45 +01:00
|
|
|
#include <xcb/xcb.h>
|
|
|
|
|
|
|
|
#ifndef _COMMANDS_H
|
|
|
|
#define _COMMANDS_H
|
|
|
|
|
|
|
|
void parse_command(xcb_connection_t *conn, const char *command);
|
|
|
|
|
|
|
|
#endif
|