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

Summary: 'EventTouchData' lacks member 'down'
Product: SDL Reporter: Adrián Montesinos <ecchigoldendarkness>
Component: videoAssignee: Sam Lantinga <slouken>
Status: RESOLVED FIXED QA Contact: Sam Lantinga <slouken>
Severity: trivial    
Priority: P2    
Version: 2.0.0   
Hardware: x86_64   
OS: Linux   

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.