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 1322 - 'EventTouchData' lacks member 'down'
Summary: 'EventTouchData' lacks member 'down'
Status: RESOLVED FIXED
Alias: None
Product: SDL
Classification: Unclassified
Component: video (show other bugs)
Version: 2.0.0
Hardware: x86_64 Linux
: P2 trivial
Assignee: Sam Lantinga
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-30 08:16 UTC by Adrián Montesinos
Modified: 2012-01-07 19:59 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 Adrián Montesinos 2011-10-30 08:16:50 UTC
When compilling, gcc returns error: 'EventTouchData' has no member 'down'
Correcting that bug is as simple as adding the member SDL_Bool down to the struct. I think it's already corrected in HG, but the released (ZIP'ed) code doesn't.

I apologize for my English, it's not my native language.