app: add screen and monitor to all display and image window constructors
so they appear on the proper monitor as well.
This commit is contained in:
@ -48,7 +48,9 @@ GType gimp_image_window_get_type (void) G_GNUC_CONST;
|
||||
GimpImageWindow * gimp_image_window_new (Gimp *gimp,
|
||||
GimpImage *image,
|
||||
GimpMenuFactory *menu_factory,
|
||||
GimpDialogFactory *dialog_factory);
|
||||
GimpDialogFactory *dialog_factory,
|
||||
GdkScreen *screen,
|
||||
gint monitor);
|
||||
void gimp_image_window_destroy (GimpImageWindow *window);
|
||||
|
||||
GimpUIManager * gimp_image_window_get_ui_manager (GimpImageWindow *window);
|
||||
|
Reference in New Issue
Block a user