From 625a7c2fc23030f52b56b9f35ab93b8071b55088 Mon Sep 17 00:00:00 2001 From: frese Date: Thu, 13 Dec 2001 13:26:21 +0000 Subject: [PATCH] + added forgotten export of scx_Copy_Region. --- c/xlib/region.c | 1 + 1 file changed, 1 insertion(+) diff --git a/c/xlib/region.c b/c/xlib/region.c index dc5974e..4076c84 100644 --- a/c/xlib/region.c +++ b/c/xlib/region.c @@ -164,5 +164,6 @@ void scx_init_region(void) { S48_EXPORT_FUNCTION(scx_Shrink_Region); S48_EXPORT_FUNCTION(scx_Polygon_Region); S48_EXPORT_FUNCTION(scx_Set_Region); + S48_EXPORT_FUNCTION(scx_Copy_Region); }