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 - compile error on qtopia/zaurus
Summary: compile error on qtopia/zaurus
Status: RESOLVED FIXED
Alias: None
Product: SDL
Classification: Unclassified
Component: video (show other bugs)
Version: 1.2.11
Hardware: Other Linux
: P2 major
Assignee: Ryan C. Gordon
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-24 18:49 UTC by Miklos Gyozo
Modified: 2006-07-24 19:24 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.