tools/pdbgen/pdb/display.pdb applied a modified version of a patch from
2002-12-03 Sven Neumann <sven@gimp.org> * tools/pdbgen/pdb/display.pdb * tools/pdbgen/pdb/layer.pdb: applied a modified version of a patch from Wolfgang Hofer <hof@gimp.org> that adds two new PDB functions needed for GAP: gimp_displays_reconnect() and gimp_layer_new_from_drawable() (bug #77508). * app/pdb/display_cmds.c * app/pdb/internal_procs.c * app/pdb/layer_cmds.c * libgimp/gimpdisplay_pdb.[ch] * libgimp/gimplayer_pdb.[ch]: regenerated.
This commit is contained in:

committed by
Sven Neumann

parent
1c60f4e045
commit
2193d83a26
@ -41,3 +41,13 @@ Functions to create, delete and flush new displays (views) on an image.
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_displays_reconnect ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@old_image_ID:
|
||||
@new_image_ID:
|
||||
@Returns:
|
||||
|
||||
|
||||
|
@ -132,12 +132,13 @@ Operations on single layers.
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_layer_is_floating_sel ##### -->
|
||||
<!-- ##### FUNCTION gimp_layer_new_from_drawable ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@layer_ID:
|
||||
@drawable_ID:
|
||||
@dest_image_ID:
|
||||
@Returns:
|
||||
|
||||
|
||||
@ -351,6 +352,15 @@ Operations on single layers.
|
||||
@layer_ID:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_layer_is_floating_sel ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@layer_ID:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### MACRO gimp_layer_is_floating_selection ##### -->
|
||||
<para>
|
||||
|
||||
|
Reference in New Issue
Block a user