summaryrefslogtreecommitdiff
path: root/ui/ui_util.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2012-06-03 18:35:34 +0000
committerGuy Harris <guy@alum.mit.edu>2012-06-03 18:35:34 +0000
commit742b22dd43ee3a53231637c60f30ce9f7ca90e98 (patch)
treeb4ef450a7daf473bab6a0148a9ce64c6ca9325a3 /ui/ui_util.h
parent3ae9cc81c4635df28736a86ee6e5d974ea0d426e (diff)
downloadwireshark-742b22dd43ee3a53231637c60f30ce9f7ca90e98.tar.gz
Move routines that handle the main window title bar out of
ui/gtk/gui_utils.c into ui/gtk/main_titlebar.c, and the declaration of one of them out of ui/ui_util.h into ui/gtk/main_titlebar.h, and rename them to clarify that they work on the window name and titlebar. svn path=/trunk/; revision=43041
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 */