Skip to content
  • Michael Natterer's avatar
    link the app in a different order as some init functions are called from · cc83594b
    Michael Natterer authored
    2001-10-19  Michael Natterer  <mitch@gimp.org>
    
    	* app/Makefile.am: link the app in a different order as some init
    	functions are called from core/gimp.c instead of app_procs.c now.
    
    	* app/app_procs.[ch]: made app_init_update_status() private and
    	pass it as callback to various init functions.
    
    	* app/plug_in.[ch]: plug_in_init() take "gimp" and "status_callback"
    	parameters.
    
    	* app/undo.c: use "gimage->gimp" instead of "the_gimp", don't
    	include "app_procs.h".
    
    	* app/core/core-types.h: added "GimpInitStatusFunc" typedef.
    
    	* app/core/gimp.[ch]: gimp_initialize() and gimp_restore() now
    	take a "status_callback" as parameter. Don't include "app_procs.h".
    
    	* app/core/gimpmodules.c: putting the modules in a strong
    	container was a bad idea because it may be impossible to finalize
    	a GimpModuleInfo object belonging to a stalled module.
    
    	* app/gui/color-area.c: use G_N_ELEMENTS().
    
    	* app/gui/session.c: don't call app_init_update_sta...
    cc83594b