freebsd-ports/graphics/cinepaint/files/patch-app_drawable.c
John Marino eb11a8aadf graphics/cinepaint: Fix start-up segfault on amd64
PR:		183691
Submitted by:	avjwork (gmail)
2014-06-15 13:10:19 +00:00

15 lines
339 B
C

--- app/drawable.c.orig 2013-11-05 11:07:48.000000000 +0300
+++ app/drawable.c 2013-11-05 11:09:02.000000000 +0300
@@ -56,10 +56,10 @@
static CanvasDrawableClass *parent_class = NULL;
-guint
+GtkType
gimp_drawable_get_type ()
{
- static guint drawable_type = 0;
+ static GtkType drawable_type = 0;
if (!drawable_type)
{