diff options
Diffstat (limited to 'Linux_C_12/cpicture_121.c')
-rw-r--r-- | Linux_C_12/cpicture_121.c | 3 |
1 files changed, 1 insertions, 2 deletions
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 */
|