From 57c6478b9184979ad1a09336076b0c07cd7fc56b Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Sun, 10 May 2009 01:22:08 +0200 Subject: Add function window_set_title in API (task #9361) --- src/gui/gtk/gui-gtk.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/gui/gtk/gui-gtk.h') 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 */ -- cgit v1.2.3