window: Make window frame menu available to client
diff --git a/clients/window.h b/clients/window.h
index e35d657..15a556e 100644
--- a/clients/window.h
+++ b/clients/window.h
@@ -207,6 +207,10 @@
 		 menu_func_t func, const char **entries, int count);
 
 void
+window_show_frame_menu(struct window *window,
+		       struct input *input, uint32_t time);
+
+void
 window_destroy(struct window *window);
 
 struct widget *