diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2012-09-10 08:50:13 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2012-09-10 08:50:13 +0000 |
commit | bfc15a8303b1c5890dd726e99d94a13bc285efc8 (patch) | |
tree | 72caad46e998c5808bb22ac4863811c06f70337b /x11-toolkits | |
parent | b91fcc8febc4ac8dd471a7447aedf1334c64c6db (diff) |
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/hs-wxc/files/patch-src__cpp__eljpen.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-toolkits/hs-wxc/files/patch-src__cpp__eljpen.cpp b/x11-toolkits/hs-wxc/files/patch-src__cpp__eljpen.cpp new file mode 100644 index 000000000000..577dcdee6b0b --- /dev/null +++ b/x11-toolkits/hs-wxc/files/patch-src__cpp__eljpen.cpp @@ -0,0 +1,11 @@ +--- ./src/cpp/eljpen.cpp.orig 2012-07-03 11:12:17.000000000 +0100 ++++ ./src/cpp/eljpen.cpp 2012-09-06 15:58:22.000000000 +0100 +@@ -156,7 +156,7 @@ + EWXWEXPORT(void,wxPen_GetStipple)(void* self,wxBitmap* _ref) + { + #if defined(__WXGTK__) +- *_ref = NULL; ++ *_ref = (GdkPixbuf *) NULL; + #else + *_ref = *(((wxPen*)self)->GetStipple()); + #endif |