Port a lot of stuff from GdkScreen/monitor_number to GdkMonitor
including some fixes for getting pointer coords, and needed API changes in libgimpwidgets.
This commit is contained in:
@ -202,8 +202,7 @@ file_open_dialog_open_image (GtkWidget *dialog,
|
||||
GIMP_PROGRESS (dialog),
|
||||
file, file, FALSE,
|
||||
load_proc,
|
||||
G_OBJECT (gtk_widget_get_screen (dialog)),
|
||||
gimp_widget_get_monitor (dialog),
|
||||
G_OBJECT (gimp_widget_get_monitor (dialog)),
|
||||
&status, &error);
|
||||
|
||||
if (! image && status != GIMP_PDB_CANCEL)
|
||||
|
||||
Reference in New Issue
Block a user