Set the variable display width instead of adding an override.
[pspp] / src / ui / gui / psppire.h
index e65554d13c4c37cf459118f69a04efe2e16f80dc..311e7c19ad4f37ae9f962d86da98044c1606a007 100644 (file)
@@ -19,6 +19,7 @@
 
 #include <glib.h>
 #include <gio/gio.h>
+#include <gtk/gtk.h>
 
 #include <stdbool.h>
 
@@ -47,7 +48,7 @@ void psppire_set_lexer (struct lexer *);
 
 void register_selection_functions (void);
 
-void psppire_preload_file (const gchar *file);
+GtkWindow * psppire_preload_file (const gchar *file);
 
 
 #endif /* PSPPIRE_H */