diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2020-09-10 18:10:49 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2020-09-11 20:06:36 +0200 |
commit | acfc02c1747065fe450c7cfeb6f1844b62335f08 (patch) | |
tree | 5887806a2e6b99bbb0255e013a9028810e230a7f /base/gxstate.h | |
parent | Import Ghostscript 9.52 (diff) | |
download | ghostscript-gpl-patches-acfc02c1747065fe450c7cfeb6f1844b62335f08.tar.gz ghostscript-gpl-patches-acfc02c1747065fe450c7cfeb6f1844b62335f08.tar.bz2 ghostscript-gpl-patches-acfc02c1747065fe450c7cfeb6f1844b62335f08.zip |
Import Ghostscript 9.53ghostscript-9.53
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'base/gxstate.h')
-rw-r--r-- | base/gxstate.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/base/gxstate.h b/base/gxstate.h index 68ed3bb3..2d67efb8 100644 --- a/base/gxstate.h +++ b/base/gxstate.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2001-2019 Artifex Software, Inc. +/* Copyright (C) 2001-2020 Artifex Software, Inc. All Rights Reserved. This software is provided AS-IS with no warranty, either express or @@ -42,7 +42,7 @@ gs_memory_t *gs_gstate_swap_memory(gs_gstate *, gs_memory_t *); */ typedef void *(*gs_gstate_alloc_proc_t) (gs_memory_t * mem); typedef int (*gs_gstate_copy_proc_t) (void *to, const void *from); -typedef void (*gs_gstate_free_proc_t) (void *old, gs_memory_t * mem); +typedef void (*gs_gstate_free_proc_t) (void *old, gs_memory_t * mem, gs_gstate *pgs); typedef enum { copy_for_gsave, /* from = current, to = new(saved) */ |