Gentoo Archives: gentoo-commits

From: "Mark Wright (gienah)" <gienah@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-haskell/wxc/files: wxc-0.90.0.4-wxGTK-2.9.4.1.patch
Date: Thu, 27 Dec 2012 02:21:20
Message-Id: 20121227022110.1753A2171D@flycatcher.gentoo.org
1 gienah 12/12/27 02:21:10
2
3 Added: wxc-0.90.0.4-wxGTK-2.9.4.1.patch
4 Log:
5 Add wxc
6
7 (Portage version: 2.1.11.38/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 618E971F)
8
9 Revision Changes Path
10 1.1 dev-haskell/wxc/files/wxc-0.90.0.4-wxGTK-2.9.4.1.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/wxc/files/wxc-0.90.0.4-wxGTK-2.9.4.1.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/wxc/files/wxc-0.90.0.4-wxGTK-2.9.4.1.patch?rev=1.1&content-type=text/plain
14
15 Index: wxc-0.90.0.4-wxGTK-2.9.4.1.patch
16 ===================================================================
17 --- wxc-0.90.0.4-orig/src/cpp/eljpen.cpp 2012-07-03 20:12:17.000000000 +1000
18 +++ wxc-0.90.0.4/src/cpp/eljpen.cpp 2012-08-18 11:37:00.625281748 +1000
19 @@ -156,7 +156,7 @@
20 EWXWEXPORT(void,wxPen_GetStipple)(void* self,wxBitmap* _ref)
21 {
22 #if defined(__WXGTK__)
23 - *_ref = NULL;
24 + *_ref = wxBitmap();
25 #else
26 *_ref = *(((wxPen*)self)->GetStipple());
27 #endif