i3
|
00001 /* 00002 * vim:ts=4:sw=4:expandtab 00003 * 00004 * i3 - an improved dynamic tiling window manager 00005 * © 2009-2011 Michael Stapelberg and contributors (see also: LICENSE) 00006 * 00007 * scratchpad.c: Scratchpad functions (TODO: more description) 00008 * 00009 */ 00010 #ifndef _SCRATCHPAD_H 00011 #define _SCRATCHPAD_H 00012 00020 void scratchpad_move(Con *con); 00021 00031 void scratchpad_show(Con *con); 00032 00033 #endif