diff src/video/qtopia/SDL_sysvideo.cc @ 3849:49ed2682da54 SDL-1.2

Patched to compile. Fixes Bugzilla #285.
author Ryan C. Gordon <icculus@icculus.org>
date Mon, 24 Jul 2006 23:29:01 +0000
parents 8d9bb0cf2c2a
children a1b03ba2fcd0
line wrap: on
line diff
--- a/src/video/qtopia/SDL_sysvideo.cc	Mon Jul 10 21:23:11 2006 +0000
+++ b/src/video/qtopia/SDL_sysvideo.cc	Mon Jul 24 23:29:01 2006 +0000
@@ -227,8 +227,8 @@
 	       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));