7651ef86cc
Arora is a lightweight cross-platform web browser. Arora uses the QtWebKit port of the fully standards-compliant WebKit layout engine. It features fast rendering, powerful JavaScript engine and supports Netscape plugins. ok ajacoutot@ kili@
13 lines
421 B
Plaintext
13 lines
421 B
Plaintext
$OpenBSD: patch-src_main_cpp,v 1.1.1.1 2011/05/22 19:31:09 landry Exp $
|
|
--- src/main.cpp.orig Sun May 15 01:47:10 2011
|
|
+++ src/main.cpp Sun May 15 01:47:43 2011
|
|
@@ -27,7 +27,7 @@ int main(int argc, char **argv)
|
|
{
|
|
Q_INIT_RESOURCE(htmls);
|
|
Q_INIT_RESOURCE(data);
|
|
-#ifdef Q_WS_X11
|
|
+#if 0
|
|
QApplication::setGraphicsSystem(QString::fromLatin1("raster"));
|
|
#endif
|
|
BrowserApplication application(argc, argv);
|