From 71204c2db80348c92b42c5cca08fc8c1166ab40d Mon Sep 17 00:00:00 2001 From: Martin Wimpress Date: Mon, 24 Feb 2014 14:44:24 +0000 Subject: Opening new terminal in a tab now works. The new intended behaviour is desbribed in https://bugzilla.gnome.org/show_bug.cgi?id=83203#c57 Fixes #45. --- src/terminal-window.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/terminal-window.h') diff --git a/src/terminal-window.h b/src/terminal-window.h index d00f825..0e7b464 100644 --- a/src/terminal-window.h +++ b/src/terminal-window.h @@ -101,6 +101,9 @@ void terminal_window_save_state (TerminalWindow *window, GKeyFile *key_file, const char *group); +TerminalWindow *terminal_window_get_latest_focused (TerminalWindow *window1, + TerminalWindow *window2); + G_END_DECLS #endif /* TERMINAL_WINDOW_H */ -- cgit v1.2.1