Fixed building joystick code on Mac OS X

This commit is contained in:
Sam Lantinga 2012-12-11 12:35:11 -08:00
parent 5f53c47559
commit 2d04749a9c

View file

@ -79,7 +79,7 @@ struct joystick_hwdata
int uncentered;
int instance_id;
JoystickGUID guid;
SDL_JoystickGUID guid;
Uint8 send_open_event; /* 1 if we need to send an Added event for this device */
struct joystick_hwdata *pNext; /* next device */