Author: shadzik Date: Sat Feb 23 15:49:27 2008 GMT
Module: SOURCES Tag: DEVEL
---- Log message:
- fixes ptrXcurosr definition... dunno if this is the right way - but works fine
---- Files affected:
SOURCES:
qt4-ptrXcursor.patch (NONE -> 1.1.2.1) (NEW)
---- Diffs:
================================================================
Index: SOURCES/qt4-ptrXcursor.patch
diff -u /dev/null SOURCES/qt4-ptrXcursor.patch:1.1.2.1
--- /dev/null Sat Feb 23 16:49:27 2008
+++ SOURCES/qt4-ptrXcursor.patch Sat Feb 23 16:49:22 2008
@@ -0,0 +1,11 @@
+--- src/gui/kernel/qapplication_x11.cpp 2007-12-18 11:52:08.000000000
+0100
++++ src/gui/kernel/qapplication_x11.cpp-new 2008-02-23 16:29:23.550847092
+0100
+@@ -1699,7 +1699,7 @@
+ (PtrXcursorLibraryLoadCursor)
xcursorLib.resolve("XcursorLibraryLoadCursor");
+ }
+ #else
+- ptrXcursorLibraryLoadCursor = XcursorLibraryLoadCursor;
++ X11->ptrXcursorLibraryLoadCursor = (PtrXcursorLibraryLoadCursor)
xcursorLib.resolve("XcursorLibraryLoadCursor");
+ #endif // QT_RUNTIME_XCURSOR
+ #endif // QT_NO_XCURSOR
+
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit