summaryrefslogtreecommitdiff
path: root/src/terminal-window.h
diff options
context:
space:
mode:
authorMartin Wimpress <[email protected]>2014-02-24 14:44:24 +0000
committerinfirit <[email protected]>2014-09-28 21:49:38 +0200
commitdd5636bc091e9abc3b916d86be95b8e8ef452876 (patch)
treec4a27416002d17bb643ead2095ee0d2d3bab5473 /src/terminal-window.h
parent31fb0be28e7764fad7b7cb99d84fe8e015a8408c (diff)
downloadmate-terminal-dd5636bc091e9abc3b916d86be95b8e8ef452876.tar.bz2
mate-terminal-dd5636bc091e9abc3b916d86be95b8e8ef452876.tar.xz
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.
Diffstat (limited to 'src/terminal-window.h')
-rw-r--r--src/terminal-window.h3
1 files changed, 3 insertions, 0 deletions
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 */