X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Frandr.h;h=ac527bcc9cc86feb45336686dbd63959646a4a05;hb=206b96202c6cae83a1867e3266edafa5a10e327f;hp=4cefba804ea7b13944a822dfa859885a721775f4;hpb=d519659ea722cb1953e09f184fa16489770c3293;p=i3%2Fi3 diff --git a/include/randr.h b/include/randr.h index 4cefba80..ac527bcc 100644 --- a/include/randr.h +++ b/include/randr.h @@ -61,13 +61,13 @@ void init_ws_for_output(Output *output, Con *content); * (Re-)queries the outputs via RandR and stores them in the list of outputs. * */ -void randr_query_outputs(); +void randr_query_outputs(void); /** * Returns the first output which is active. * */ -Output *get_first_output(); +Output *get_first_output(void); /** * Returns the output with the given name if it is active (!) or NULL.