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

kocienda kocienda at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 07:58:41 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 1c731e91fd416a069667f36818af8b384008ceb9
Author: kocienda <kocienda at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Sep 30 22:47:55 2003 +0000

    I added this file earlier, but a cvs-abandon command removed it. Re-adding and committing.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@5092 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/kwq/KWQGlobal.mm b/WebCore/kwq/WebCoreKeyboardAccess.h
similarity index 92%
copy from WebCore/kwq/KWQGlobal.mm
copy to WebCore/kwq/WebCoreKeyboardAccess.h
index 4db8d7f..bf4d824 100644
--- a/WebCore/kwq/KWQGlobal.mm
+++ b/WebCore/kwq/WebCoreKeyboardAccess.h
@@ -23,11 +23,7 @@
  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
  */
 
-void qDebug(const char *msg, ...)
-{
-}
-
-void qWarning(const char *msg, ...)
-{
-}
-
+typedef enum {
+    WebCoreDefaultKeyboardAccess,
+    WebCoreFullKeyboardAccess
+} WebCoreKeyboardUIMode;
\ No newline at end of file

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list