[SCM] WebKit Debian packaging branch, debian/unstable, updated. debian/1.1.15-1-40151-g37bb677

gramps gramps at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 05:43:36 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 211a32fe3ac72c84ef2650c8b3fb20f50e259631
Author: gramps <gramps at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Sep 4 23:25:43 2001 +0000

    Added cursor support
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@86 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/kwq/KWQApplication.h b/WebCore/kwq/KWQApplication.h
index 735358e..04cd9ae 100644
--- a/WebCore/kwq/KWQApplication.h
+++ b/WebCore/kwq/KWQApplication.h
@@ -36,6 +36,8 @@ public:
     static QWidget *desktop();
     static int startDragDistance();
     static QSize globalStrut();
+    static void	setOverrideCursor(const QCursor &);
+    static void restoreOverrideCursor();
 };
 
 #endif
diff --git a/WebCore/kwq/qt/qapplication.h b/WebCore/kwq/qt/qapplication.h
index 735358e..04cd9ae 100644
--- a/WebCore/kwq/qt/qapplication.h
+++ b/WebCore/kwq/qt/qapplication.h
@@ -36,6 +36,8 @@ public:
     static QWidget *desktop();
     static int startDragDistance();
     static QSize globalStrut();
+    static void	setOverrideCursor(const QCursor &);
+    static void restoreOverrideCursor();
 };
 
 #endif
diff --git a/WebCore/src/kwq/qt/qapplication.h b/WebCore/src/kwq/qt/qapplication.h
index 735358e..04cd9ae 100644
--- a/WebCore/src/kwq/qt/qapplication.h
+++ b/WebCore/src/kwq/qt/qapplication.h
@@ -36,6 +36,8 @@ public:
     static QWidget *desktop();
     static int startDragDistance();
     static QSize globalStrut();
+    static void	setOverrideCursor(const QCursor &);
+    static void restoreOverrideCursor();
 };
 
 #endif

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list