X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=freeglut-1.3%2Ffreeglut_joystick.c;h=fc2c8f63fd31409c756fe13bb29dae71601140fe;hb=4718a4ac2bad82816c5169dcdd16967d058d6810;hp=5012dfcd50aad0518070a24bce50051fead5d566;hpb=48284df1c2c9f1fd3168b265d29d191e27a0c2d8;p=freeglut diff --git a/freeglut-1.3/freeglut_joystick.c b/freeglut-1.3/freeglut_joystick.c index 5012dfc..fc2c8f6 100644 --- a/freeglut-1.3/freeglut_joystick.c +++ b/freeglut-1.3/freeglut_joystick.c @@ -6,10 +6,6 @@ * Copyright (c) 1999-2000 Pawel W. Olszta. All Rights Reserved. * Written by Steve Baker, * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without limitation @@ -44,7 +40,7 @@ #define G_LOG_DOMAIN "freeglut-joystick" #include "../include/GL/freeglut.h" -#include "../include/GL/freeglut_internal.h" +#include "freeglut_internal.h" /* * PWO: I don't like it at all. It's a mess. Could it be cleared? @@ -544,7 +540,7 @@ void fgJoystickClose( void ) #endif free ( fgJoystick ) ; - fgJoystick = NULL ; + fgJoystick = NULL ; /* show joystick has been deinitialized */ } /*