Commit 941ef5db authored by Ryan C. Gordon's avatar Ryan C. Gordon

Patch from 1.2 branch...fix compilation on Qtopia video target (reference

 Bugzilla #285).

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401981
parent 14744935
......@@ -234,8 +234,8 @@ extern "C"
desktop_size.height(), desktop_size.width());
/* Determine the current screen size */
this->info.current_w = desktop_size.width();
this->info.current_h = desktop_size.height();
_this->info.current_w = desktop_size.width();
_this->info.current_h = desktop_size.height();
/* Create the window / widget */
SDL_Win = new SDL_QWin(QSize(QT_HIDDEN_SIZE, QT_HIDDEN_SIZE));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment