From: John F. Fay Date: Thu, 24 Dec 2009 03:06:22 +0000 (+0000) Subject: Adding Solaris and OSX to the *nix/X11 cursor support and adding a comment to the... X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=commitdiff_plain;h=d12bf7e8306a6624329aa90f0bd86ab0c2be35a3;p=freeglut 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 --- 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