]> git.sur5r.net Git - i3/i3/blob - include/output.h
Bugfix: fix disabling RandR outputs
[i3/i3] / include / output.h
1 /*
2  * vim:ts=4:sw=4:expandtab
3  */
4
5 #ifndef _OUTPUT_H
6 #define _OUTPUT_H
7
8 /**
9  * Returns the output container below the given output container.
10  *
11  */
12 Con *output_get_content(Con *output);
13
14 #endif