add missing patch

This commit is contained in:
robert 2012-04-03 18:53:28 +00:00
parent ec25d45193
commit ba400d8d97

View File

@ -0,0 +1,12 @@
$OpenBSD: patch-webkit_glue_webcursor_gtk_cc,v 1.1 2012/04/03 18:53:28 robert Exp $
--- webkit/glue/webcursor_gtk.cc.orig Tue Apr 3 09:12:54 2012
+++ webkit/glue/webcursor_gtk.cc Tue Apr 3 09:13:22 2012
@@ -182,7 +182,7 @@ GdkCursor* WebCursor::GetCustomCursor() {
hotspot_.x(),
hotspot_.y());
- gdk_pixbuf_unref(pixbuf);
+ g_object_unref(pixbuf);
if (unref_)
gdk_cursor_unref(unref_);