summaryrefslogtreecommitdiff
path: root/ui/ui_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/ui_util.h')
-rw-r--r--ui/ui_util.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/ui/ui_util.h b/ui/ui_util.h
index 4d60727ad8..f5d80d58d3 100644
--- a/ui/ui_util.h
+++ b/ui/ui_util.h
@@ -48,10 +48,7 @@ typedef struct window_geometry_s {
} window_geometry_t;
/* Set the name of the top-level window and its icon. */
-void set_main_window_name(const gchar *);
-/* Update the name of the main window if the user-specified decoration
- changed. */
-void update_main_window_title(void);
+void main_set_window_name(const gchar *);
/* update the main window */
extern void main_window_update(void);
/* exit the main window */