API PATCH #2 or so

This commit is contained in:
Marc Lehmann
1999-10-17 00:07:55 +00:00
parent 0975e3dae4
commit ec40ac728b
257 changed files with 5520 additions and 4113 deletions

View File

@ -47,7 +47,7 @@
(old-fg (car (gimp-palette-get-foreground)))
(old-bg (car (gimp-palette-get-background))))
(gimp-image-disable-undo img)
(gimp-image-undo-disable img)
(gimp-image-resize img width height 0 0)
(gimp-image-add-layer img bg-layer 1)
(gimp-layer-set-preserve-trans text-layer TRUE)
@ -109,7 +109,7 @@
(gimp-palette-set-foreground old-fg)
(gimp-palette-set-background old-bg)
(gimp-image-enable-undo img)
(gimp-image-undo-enable img)
(gimp-display-new img)
))