i3
|
00001 /* 00002 * vim:ts=4:sw=4:expandtab 00003 * 00004 * i3 - an improved dynamic tiling window manager 00005 * © 2009-2012 Michael Stapelberg and contributors (see also: LICENSE) 00006 * 00007 * Faking outputs is useful in pathological situations (like network X servers 00008 * which don’t support multi-monitor in a useful way) and for our testsuite. 00009 * 00010 */ 00011 #ifndef _FAKE_OUTPUTS_H 00012 #define _FAKE_OUTPUTS_H 00013 00021 void fake_outputs_init(const char *output_spec); 00022 00023 #endif