mirror of
https://github.com/i3/i3.git
synced 2026-02-05 05:45:57 +00:00
15 lines
195 B
C
15 lines
195 B
C
/*
|
|
* vim:ts=4:sw=4:expandtab
|
|
*/
|
|
|
|
#ifndef _OUTPUT_H
|
|
#define _OUTPUT_H
|
|
|
|
/**
|
|
* Returns the output container below the given output container.
|
|
*
|
|
*/
|
|
Con *output_get_content(Con *output);
|
|
|
|
#endif
|