Gimp/plug-ins/script-fu/scripts/init/plug-in-compat.scm
lloyd konneker b70fad8c94 ScriptFu: rename the init scripts to have suffix .scm
So an editor recognizes them.

Renames script-fu.init to init.scm since that is a Scheme convention.
Scheme interpreter maintainers expect that name.
The same name as upstream TinyScheme.
2024-10-25 13:56:36 +00:00

13 lines
491 B
Scheme

; This file provides compatibility for older ScriptFu scripts.
;
; It provides Scheme functions that call PDB procedures formerly in GIMP.
; You should not use them in new code.
; GIMP maintainers may remove deprecated functions in the future.
; These comments show signatures of functions removed at GIMP 3.0
; Left as comments to aid in debugging old scripts.
;(define (plug-in-color-map run-mode img layer
;(define (gimp-image-get-active-layer img)
; INTENDED TO BE EMPTY FOR GIMP 3.0