mirror of
https://github.com/yawut/SDL.git
synced 2026-09-07 08:36:19 -05:00
Patch from 1.2 branch...fix compilation on Qtopia video target (reference
Bugzilla #285).
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user