Refactor functions for easy reuse
This commit is contained in:
@ -14,3 +14,10 @@
|
||||
*
|
||||
*/
|
||||
Con *output_get_content(Con *output);
|
||||
|
||||
/**
|
||||
* Returns an 'output' corresponding to one of left/right/down/up or a specific
|
||||
* output name.
|
||||
*
|
||||
*/
|
||||
Output *get_output_from_string(Output *current_output, const char *output_str);
|
||||
|
Reference in New Issue
Block a user