window: Toggle maximized with super-f5
diff --git a/clients/window.h b/clients/window.h
index a199f6f..fd6e57b 100644
--- a/clients/window.h
+++ b/clients/window.h
@@ -271,6 +271,9 @@
 window_set_fullscreen(struct window *window, int fullscreen);
 
 void
+window_set_maximized(struct window *window, int maximized);
+
+void
 window_set_custom(struct window *window);
 
 void