app: Add "dock-factory" property to GimpImageWindow
With the introduction of a single-window mode, not only dock windows needs to be able to create docks, the image window also needs to. So give it a "dock-factory" property.
This commit is contained in:
@ -56,7 +56,8 @@ GimpDisplay * gimp_display_new (Gimp *gimp,
|
||||
gdouble scale,
|
||||
GimpMenuFactory *menu_factory,
|
||||
GimpUIManager *popup_manager,
|
||||
GimpDialogFactory *display_factory);
|
||||
GimpDialogFactory *display_factory,
|
||||
GimpDialogFactory *dock_factory);
|
||||
void gimp_display_delete (GimpDisplay *display);
|
||||
void gimp_display_close (GimpDisplay *display);
|
||||
|
||||
|
Reference in New Issue
Block a user