mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-22 13:32:48 +02:00
qball: really drop the patch :)
This commit is contained in:
parent
c1fb2a3c2a
commit
e78146dc37
@ -1,24 +0,0 @@
|
||||
diff -ur qball-1.1.or/QBall/main.cpp qball-1.1/QBall/main.cpp
|
||||
--- qball-1.1.or/QBall/main.cpp 2010-12-14 21:13:48.387821716 +0300
|
||||
+++ qball-1.1/QBall/main.cpp 2010-12-14 21:16:23.749898252 +0300
|
||||
@@ -1,6 +1,10 @@
|
||||
#include <QtGui/QApplication>
|
||||
#include "mainwindow.h"
|
||||
|
||||
+#if defined(Q_WS_QWS)
|
||||
+#include <QtGui/QWSServer>
|
||||
+#endif
|
||||
+
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
QApplication a(argc, argv);
|
||||
@@ -14,6 +18,9 @@
|
||||
//w.show();
|
||||
w.showFullScreen();
|
||||
#endif
|
||||
+#if defined(Q_WS_QWS)
|
||||
+ QWSServer::setCursorVisible(false);
|
||||
+#endif
|
||||
//w.init();
|
||||
//Gamestate *gamestate = new PlayingGamestate(&w);
|
||||
Gamestate *gamestate = new OptionsGamestate(&w);
|
Loading…
Reference in New Issue
Block a user