i3
fake_outputs.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-2012 Michael Stapelberg and contributors (see also: LICENSE)
6  *
7  * Faking outputs is useful in pathological situations (like network X servers
8  * which don’t support multi-monitor in a useful way) and for our testsuite.
9  *
10  */
11 #ifndef I3_FAKE_OUTPUTS_H
12 #define I3_FAKE_OUTPUTS_H
13 
21 void fake_outputs_init(const char *output_spec);
22 
23 #endif