Skip to content

Commit

Permalink
Patched to compile. Fixes Bugzilla #285.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Jul 24, 2006
1 parent 978879c commit e61acb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/video/qtopia/SDL_sysvideo.cc
Expand Up @@ -227,8 +227,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));
Expand Down

0 comments on commit e61acb7

Please sign in to comment.