freebsd-ports/graphics/freeglut/files/patch-src_fg__internal.h
Koop Mast 617e72cb0e Update freeglut to 3.0.
* Update COMMENT/pkg-message
* Remove conflicts libglut has been gone for ages.

Obtained from:	xorg devel repo
2015-12-12 18:51:42 +00:00

10 lines
440 B
C

--- src/fg_internal.h.orig 2014-12-22 16:27:02 UTC
+++ src/fg_internal.h
@@ -967,6 +967,7 @@ int fgJoystickDetect( void );
void fgInitialiseJoysticks( void );
void fgJoystickClose( void );
void fgJoystickPollWindow( SFG_Window* window );
+void fgJoystickRawRead( SFG_Joystick* joy, int* buttons, float* axes );
/* InputDevice Initialisation and Closure */
int fgInputDeviceDetect( void );