Bugfix: fix disabling RandR outputs
This commit is contained in:
14
include/output.h
Normal file
14
include/output.h
Normal file
@ -0,0 +1,14 @@
|
||||
/*
|
||||
* 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
|
Reference in New Issue
Block a user