pkgsrc/x11/qt4-libs/patches/patch-ak
adam f0657bcaf9 Changes 4.5.3:
* This is a bug-fix release.
2009-10-11 09:14:52 +00:00

13 lines
378 B
Text

$NetBSD: patch-ak,v 1.5 2009/10/11 09:14:52 adam Exp $
--- src/gui/kernel/qcursor_x11.cpp.orig 2009-09-29 13:01:37.000000000 +0200
+++ src/gui/kernel/qcursor_x11.cpp
@@ -244,7 +244,7 @@ void QCursorData::update()
return;
}
- static const char *cursorNames[] = {
+ static char *cursorNames[] = {
"left_ptr",
"up_arrow",
"cross",