X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Foutput.h;fp=include%2Foutput.h;h=8299a19bc1ddefd6fb7f37cec5f3bfbd4635e499;hb=922afe1919d7969a9bfd6083504e563642f07eff;hp=38e2689add05eb529dce2465850f93bc490bd751;hpb=d4fb17546c96ce81101cacb176a2a130e43b2aa1;p=i3%2Fi3 diff --git a/include/output.h b/include/output.h index 38e2689a..8299a19b 100644 --- a/include/output.h +++ b/include/output.h @@ -27,4 +27,4 @@ Output *get_output_from_string(Output *current_output, const char *output_str); * workspace on that output. * */ -void output_push_sticky_windows(void); +void output_push_sticky_windows(Con *to_focus);