Merge pull request #3397 from orestisf1993/randr-enable-disable

Fix bugs in enabling & disabling randr outputs
This commit is contained in:
Ingo Bürk
2018-11-10 21:56:34 +01:00
committed by GitHub
5 changed files with 42 additions and 70 deletions

View File

@ -48,7 +48,7 @@ void output_init_con(Output *output);
* • Create the first unused workspace.
*
*/
void init_ws_for_output(Output *output, Con *content);
void init_ws_for_output(Output *output);
/**
* Initializes the specified output, assigning the specified workspace to it.