blackberry / SDL

Simple DirectMedia Layer is an open-source, cross-platform multimedia library designed to provide a low level API.
GNU Lesser General Public License v2.1
86 stars 46 forks source link

don't clobber the bps_event #40

Closed mordak closed 11 years ago

mordak commented 11 years ago

Hello,

This patch changes a variable name in the NAVIGATOR_SWIPE_DOWN handler so that the bps_event_t* passed to the event handler isn't clobbered by the SDL_Event of the same name later on. This isn't a problem now, but if someone later wanted to access the bps_event_t in that handler then they wouldn't be able to.