]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - unix/unix.h
Divide the whole of gtkwin.c into three parts.
[PuTTY.git] / unix / unix.h
index 62e20112a72cea5876bd14e88e00e40d4b992cec..3b8982c256a22e89b95c6f4f8a435018d73b6dc6 100644 (file)
@@ -94,6 +94,18 @@ unsigned long getticks(void);               /* based on gettimeofday(2) */
  */
 #define FLAG_STDERR_TTY 0x1000
 
+/* The per-session frontend structure managed by gtkwin.c */
+struct gui_data;
+struct gui_data *new_session_window(Conf *conf, const char *geometry_string);
+
+/* Defined in gtkmain.c */
+void launch_duplicate_session(Conf *conf);
+void launch_new_session(void);
+void launch_saved_session(const char *str);
+
+/* Defined in gtkcomm.c */
+void gtkcomm_setup(void);
+
 /* Things pty.c needs from pterm.c */
 const char *get_x_display(void *frontend);
 int font_dimension(void *frontend, int which);/* 0 for width, 1 for height */