openbsd-ports/x11/wxWidgets/patches/patch-contrib_src_stc_stc_cpp
todd b25888b419 wxWidgets 2.4.2, C++ cross-platform GUI toolkit
www: http://www.wxwidgets.org/

from Andrew Dalgleish   < openbsd at ajd dot net dot au >
many thanks for much persistence!
2004-07-16 21:01:35 +00:00

13 lines
524 B
Plaintext

$OpenBSD: patch-contrib_src_stc_stc_cpp,v 1.1.1.1 2004/07/16 21:01:35 todd Exp $
--- contrib/src/stc/stc.cpp.orig 2003-10-06 16:10:25.000000000 +1000
+++ contrib/src/stc/stc.cpp 2003-10-06 16:10:41.000000000 +1000
@@ -499,7 +499,7 @@ int wxStyledTextCtrl::GetMarginWidth(int
}
// Set a mask that determines which markers are displayed in a margin.
-void wxStyledTextCtrl::SetMarginMask(int margin, int mask) {
+void wxStyledTextCtrl::SetMarginMask(int margin, unsigned int mask) {
SendMsg(2244, margin, mask);
}