Code

Fixed the parenting of the print dialog so that it cannot fall behind the main inksca...
[inkscape.git] / src / file.h
index 7f960ab651410bcb5a7c129a601d1872c4227ac9..f3ba1576b26190ccdef965b154d27a20dfb48a35 100644 (file)
@@ -179,12 +179,12 @@ would be useful as instance methods
 /**
  *
  */
-void sp_file_print (void);
+void sp_file_print (Gtk::Window& parentWindow);
 
 /**
  *
  */
-void sp_file_print_direct (void);
+void sp_file_print_direct (Gtk::Window& parentWindow);
 
 /**
  *