Adding Solaris and OSX to the *nix/X11 cursor support and adding a comment to the spaceball file

git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@865 7f0cb862-5218-0410-a997-914c9d46530a
This commit is contained in:
fayjf 2009-12-24 03:06:22 +00:00
parent eff908883c
commit 9b9809432d
2 changed files with 3 additions and 1 deletions

View File

@ -39,7 +39,7 @@
/* -- PRIVATE FUNCTIONS --------------------------------------------------- */
#if TARGET_HOST_POSIX_X11
#if TARGET_HOST_POSIX_X11 || TARGET_HOST_MAC_OSX || TARGET_HOST_SOLARIS
#include <X11/cursorfont.h>
/*

View File

@ -10,6 +10,8 @@
#include <GL/freeglut.h>
#include "freeglut_internal.h"
/* -- PRIVATE FUNCTIONS --------------------------------------------------- */
#if TARGET_HOST_POSIX_X11
#include <X11/Xlib.h>