home · contact · privacy
Silently ignore characters in config/windows/toggle_order to which no window exists.
[plomrogue] / src / draw_wins.h
index 4b8574b50ad408ffc093324f02b20ea31e256b44..6a939ebbcba21bf5154c4cf7d82415e53f05b176 100644 (file)
@@ -25,6 +25,9 @@ extern void draw_info_win(struct Win * win);
 /* Draw keybindings selection/manipulation menu. */
 extern void draw_keys_win(struct Win * win);
 
+/* Draw window configuration info. */
+extern void draw_winconf(struct Win * win);
+
 
 
 #endif