Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Fixed building joystick code on Mac OS X
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Dec 11, 2012
1 parent dc32b02 commit bfdd55c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/joystick/darwin/SDL_sysjoystick_c.h
Expand Up @@ -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 */
Expand Down

0 comments on commit bfdd55c

Please sign in to comment.