Add gimp_image_window_get_active_display()
Should probably be refactored into something involving a GimpContext, but it's good enough as intermediate step.
This commit is contained in:
@ -45,7 +45,10 @@ struct _GimpImageWindowClass
|
||||
};
|
||||
|
||||
|
||||
GType gimp_image_window_get_type (void) G_GNUC_CONST;
|
||||
GType gimp_image_window_get_type (void) G_GNUC_CONST;
|
||||
|
||||
GimpDisplay * gimp_image_window_get_active_display (GimpImageWindow *window);
|
||||
|
||||
|
||||
|
||||
#endif /* __GIMP_IMAGE_WINDOW_H__ */
|
||||
|
Reference in New Issue
Block a user