|
From: <dc...@us...> - 2019-10-22 08:13:02
|
Revision: 1861
http://sourceforge.net/p/freeglut/code/1861
Author: dcnieho
Date: 2019-10-22 08:12:59 +0000 (Tue, 22 Oct 2019)
Log Message:
-----------
Omit mention of autoconf update, autoconf is no longer in use
(cherry picked from commit fbbe1295dd098b58ae9ec83e447c281671f8f938)
Modified Paths:
--------------
trunk/freeglut/freeglut/src/wayland/fg_internal_wl.h
trunk/freeglut/freeglut/src/x11/fg_internal_x11.h
Modified: trunk/freeglut/freeglut/src/wayland/fg_internal_wl.h
===================================================================
--- trunk/freeglut/freeglut/src/wayland/fg_internal_wl.h 2019-10-22 08:12:44 UTC (rev 1860)
+++ trunk/freeglut/freeglut/src/wayland/fg_internal_wl.h 2019-10-22 08:12:59 UTC (rev 1861)
@@ -102,7 +102,6 @@
#include <string.h>
# if defined(__FreeBSD__) || defined(__FreeBSD_kernel__) || defined(__NetBSD__)
-/* XXX The below hack is done until freeglut's autoconf is updated. */
# define HAVE_USB_JS 1
# include <sys/joystick.h>
Modified: trunk/freeglut/freeglut/src/x11/fg_internal_x11.h
===================================================================
--- trunk/freeglut/freeglut/src/x11/fg_internal_x11.h 2019-10-22 08:12:44 UTC (rev 1860)
+++ trunk/freeglut/freeglut/src/x11/fg_internal_x11.h 2019-10-22 08:12:59 UTC (rev 1861)
@@ -136,7 +136,6 @@
#include <string.h>
# if defined(__FreeBSD__) || defined(__FreeBSD_kernel__) || defined(__NetBSD__)
-/* XXX The below hack is done until freeglut's autoconf is updated. */
# define HAVE_USB_JS 1
# include <sys/joystick.h>
# define JS_DATA_TYPE joystick
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|