Mercurial > sdl-ios-xcode
diff src/video/photon/SDL_ph_mouse.c @ 1658:e49147870aac SDL-1.3
glSDL support
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Mon, 01 May 2006 06:58:33 +0000 |
parents | d910939febfa |
children | 782fd950bd46 |
line wrap: on
line diff
--- a/src/video/photon/SDL_ph_mouse.c Fri Apr 28 16:55:41 2006 +0000 +++ b/src/video/photon/SDL_ph_mouse.c Mon May 01 06:58:33 2006 +0000 @@ -126,10 +126,10 @@ } /* looks like photon can't draw mouse cursor in direct mode */ - if ((this->screen->flags & SDL_FULLSCREEN) == SDL_FULLSCREEN) + if (this->screen->flags & SDL_FULLSCREEN) { /* disable the fake mouse in the fullscreen OpenGL mode */ - if ((this->screen->flags & SDL_OPENGL) == SDL_OPENGL) + if (this->screen->flags & SDL_INTERNALOPENGL) { cursor=NULL; }