diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2009-05-10 01:22:08 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2009-05-10 01:22:08 +0200 |
commit | 57c6478b9184979ad1a09336076b0c07cd7fc56b (patch) | |
tree | 60a01bcb7d788217b5c47431c0c1db12dcc053b3 /src/gui/gtk/gui-gtk.h | |
parent | 09c42f4cf0787a72a70dd5273da355e522e9fdf5 (diff) | |
download | weechat-57c6478b9184979ad1a09336076b0c07cd7fc56b.zip |
Add function window_set_title in API (task #9361)
Diffstat (limited to 'src/gui/gtk/gui-gtk.h')
-rw-r--r-- | src/gui/gtk/gui-gtk.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gui/gtk/gui-gtk.h b/src/gui/gtk/gui-gtk.h index bab6a7960..a7955cf13 100644 --- a/src/gui/gtk/gui-gtk.h +++ b/src/gui/gtk/gui-gtk.h @@ -103,7 +103,6 @@ extern void gui_keyboard_flush (); /* window functions */ extern void gui_window_redraw_buffer (struct t_gui_buffer *buffer); -extern void gui_window_title_set (); -extern void gui_window_title_reset (); +extern void gui_window_set_title (const char *title); #endif /* gui-gtk.h */ |