mirror of https://github.com/GNOME/gimp.git
included in merge down changes
Mon Aug 31 16:51:35 CDT 1998 Larry Ewing <lewing@gimp.org> * app/internal_procs.c: included in merge down changes I'm not sure what happened to the last commit, it aborted, but it seems some bits went through, so see the Changelog for what I think is an accurate record of the changes.
This commit is contained in:
parent
3c7bb378d7
commit
401df1a726
|
@ -1,3 +1,7 @@
|
|||
Mon Aug 31 16:51:35 CDT 1998 Larry Ewing <lewing@gimp.org>
|
||||
|
||||
* app/internal_procs.c: included in merge down changes
|
||||
|
||||
Mon Aug 31 16:33:11 CDT 1998 Larry Ewing <lewing@gimp.org>
|
||||
|
||||
* app/gimpimage.[ch]
|
||||
|
|
|
@ -156,6 +156,7 @@ internal_procs_init ()
|
|||
procedural_db_register (&gimage_raise_layer_proc); pcount++;
|
||||
procedural_db_register (&gimage_lower_layer_proc); pcount++;
|
||||
procedural_db_register (&gimage_merge_visible_layers_proc); pcount++;
|
||||
procedural_db_register (&gimage_merge_down_proc); pcount++;
|
||||
procedural_db_register (&gimage_flatten_proc); pcount++;
|
||||
procedural_db_register (&gimage_add_layer_proc); pcount++;
|
||||
procedural_db_register (&gimage_remove_layer_proc); pcount++;
|
||||
|
|
Loading…
Reference in New Issue