From 5314ea336f1acb3f95f0e129cf172587b8db1f24 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Mon, 24 Aug 2015 09:50:20 +0200 Subject: Fixing clipping mode --- Linux_C_12/cpicture_121.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Linux_C_12') diff --git a/Linux_C_12/cpicture_121.c b/Linux_C_12/cpicture_121.c index cb121ee..4b08fea 100644 --- a/Linux_C_12/cpicture_121.c +++ b/Linux_C_12/cpicture_121.c @@ -306,8 +306,7 @@ OS WinSetPolyPoint (gint i, gint x, gint y, GdkPoint *shape, OS os) OS WinFreePolyShape (GdkPoint *shape, OS os) { - printf("WinFreePolyShape\n"); - gdk_drawable_unref(GDK_DRAWABLE(shape)); + printf("WinFreePolyShape is done by WinDeleteObject\n", shape); return (os); } /* WinFreePolyShape */ -- cgit v1.2.3