X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Ffreeglut_joystick.c;h=1269a76ed38c6ec4e2f28fd0d2f3c7a70466bf59;hb=28642dd16a96fb5bf7d90a8ba99ec33684a92ddd;hp=547c83963ac2aed677ad47e3554ef8bdecc187b6;hpb=c18b61ab4c42e28172ba4fb18b72e7c8af1eb98b;p=freeglut diff --git a/src/freeglut_joystick.c b/src/freeglut_joystick.c index 547c839..1269a76 100644 --- a/src/freeglut_joystick.c +++ b/src/freeglut_joystick.c @@ -1394,7 +1394,7 @@ static void fghJoystickOpen( SFG_Joystick* joy ) # endif #endif -#if defined( __linux__ ) +#if defined( __linux__ ) || TARGET_HOST_SOLARIS /* Default for older Linux systems. */ joy->num_axes = 2; joy->num_buttons = 32;