Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Patch from 1.2 branch...fix compilation on Qtopia video target (refer…
Browse files Browse the repository at this point in the history
…ence

 Bugzilla #285).
  • Loading branch information
icculus committed Jul 24, 2006
1 parent 4c46dad commit a570316
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/video/qtopia/SDL_sysvideo.cc
Expand Up @@ -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));
Expand Down

0 comments on commit a570316

Please sign in to comment.