We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 285

Summary: compile error on qtopia/zaurus
Product: SDL Reporter: Miklos Gyozo <nyos>
Component: videoAssignee: Ryan C. Gordon <icculus>
Status: RESOLVED FIXED QA Contact: Sam Lantinga <slouken>
Severity: major    
Priority: P2    
Version: 1.2.11   
Hardware: Other   
OS: Linux   

Description Miklos Gyozo 2006-07-24 18:49:54 UTC
Sharp Zaurus is a Linux-based PDA with ARM processor, using Qtopia as a GUI.

src/video/qtopia/SDL_sysvideo.cc doesn't compile, complaining lines 230 and 231:

    this->info.current_w = desktop_size.width();
    this->info.current_h = desktop_size.height();
after replacing "this" with "_this", it does
    _this->info.current_w = desktop_size.width();
    _this->info.current_h = desktop_size.height();

please fix that
Comment 1 Ryan C. Gordon 2006-07-24 19:24:47 UTC
Fixed in Subversion, thanks!

--ryan.