From d12bf7e8306a6624329aa90f0bd86ab0c2be35a3 Mon Sep 17 00:00:00 2001 From: "John F. Fay" Date: Thu, 24 Dec 2009 03:06:22 +0000 Subject: [PATCH] Adding Solaris and OSX to the *nix/X11 cursor support and adding a comment to the spaceball file git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@865 7f0cb862-5218-0410-a997-914c9d46530a --- src/freeglut_cursor.c | 2 +- src/freeglut_spaceball.c | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/freeglut_cursor.c b/src/freeglut_cursor.c index 9732a2d..3370831 100644 --- a/src/freeglut_cursor.c +++ b/src/freeglut_cursor.c @@ -39,7 +39,7 @@ /* -- PRIVATE FUNCTIONS --------------------------------------------------- */ -#if TARGET_HOST_POSIX_X11 +#if TARGET_HOST_POSIX_X11 || TARGET_HOST_MAC_OSX || TARGET_HOST_SOLARIS #include /* diff --git a/src/freeglut_spaceball.c b/src/freeglut_spaceball.c index cab97e1..7c9d073 100644 --- a/src/freeglut_spaceball.c +++ b/src/freeglut_spaceball.c @@ -10,6 +10,8 @@ #include #include "freeglut_internal.h" +/* -- PRIVATE FUNCTIONS --------------------------------------------------- */ + #if TARGET_HOST_POSIX_X11 #include -- 1.7.10.4