]> git.sur5r.net Git - i3/i3/blobdiff - src/floating.c
Merge branch 'fix-dump-log-errmsg'
[i3/i3] / src / floating.c
index 0b2468477cf41a1b00a2533e2e63121acf2130e8..3b69116988fc8470655e2f24b486486628b1a9c6 100644 (file)
@@ -15,7 +15,7 @@ extern xcb_connection_t *conn;
  * Calculates sum of heights and sum of widths of all currently active outputs
  *
  */
-Rect total_outputs_dimensions() {
+static Rect total_outputs_dimensions(void) {
     Output *output;
     /* Use Rect to encapsulate dimensions, ignoring x/y */
     Rect outputs_dimensions = {0, 0, 0, 0};