Fixed shutdown problems. Everything should properly shut down now.
[rodin/chimara.git] / libchimara / window.h
index 845550ea6e32a740febc526ee449d2ec723a568b..36bf257e390e46d2e792f5ec94c06fbad253f00b 100644 (file)
@@ -72,6 +72,7 @@ struct glk_window_struct
        gulong line_input_keypress_handler;
        gulong insert_text_handler;
        gulong tag_event_handler;
+       gulong shutdown_keypress_handler;
        /* Window buffer */
        GString *buffer;
        /* Hyperlinks */
@@ -79,6 +80,4 @@ struct glk_window_struct
        struct hyperlink *current_hyperlink;
 };
 
-G_GNUC_INTERNAL void trash_window_thread_independent(ChimaraGlkPrivate *glk_data, winid_t win);
-
 #endif