i3
scratchpad.h
Go to the documentation of this file.
1 /*
2  * vim:ts=4:sw=4:expandtab
3  *
4  * i3 - an improved dynamic tiling window manager
5  * © 2009-2011 Michael Stapelberg and contributors (see also: LICENSE)
6  *
7  * scratchpad.c: Scratchpad functions (TODO: more description)
8  *
9  */
10 #ifndef _SCRATCHPAD_H
11 #define _SCRATCHPAD_H
12 
20 void scratchpad_move(Con *con);
21 
31 void scratchpad_show(Con *con);
32 
33 #endif