aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ui/gtk/main_titlebar.h3
-rw-r--r--ui/ui_util.h2
2 files changed, 3 insertions, 2 deletions
diff --git a/ui/gtk/main_titlebar.h b/ui/gtk/main_titlebar.h
index 45057c1ee1..fe8e5c1740 100644
--- a/ui/gtk/main_titlebar.h
+++ b/ui/gtk/main_titlebar.h
@@ -31,4 +31,7 @@
*/
extern void main_titlebar_update(void);
+/* Set the name of the top-level window. */
+extern void main_set_window_name(const gchar *);
+
#endif /* __MAIN_TITLEBAR_H__ */
diff --git a/ui/ui_util.h b/ui/ui_util.h
index f5d80d58d3..34b311523b 100644
--- a/ui/ui_util.h
+++ b/ui/ui_util.h
@@ -47,8 +47,6 @@ typedef struct window_geometry_s {
gboolean maximized; /**< the windows maximized state (GTK2 only) */
} window_geometry_t;
-/* Set the name of the top-level window and its icon. */
-void main_set_window_name(const gchar *);
/* update the main window */
extern void main_window_update(void);
/* exit the main window */