mirror of
https://github.com/joel16/SDL2.git
synced 2024-12-04 17:44:35 +00:00
*** empty log message ***
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%4012
This commit is contained in:
parent
f772d5c196
commit
0d41d5350e
@ -1351,8 +1351,10 @@ int SDL_GL_GetAttribute(SDL_GLattr attr, int* value)
|
||||
|
||||
if ( video->GL_GetAttribute ) {
|
||||
retval = this->GL_GetAttribute(this, attr, value);
|
||||
} else {
|
||||
*value = 0;
|
||||
SDL_SetError("GL_GetAttribute not supported");
|
||||
}
|
||||
|
||||
return retval;
|
||||
}
|
||||
|
||||
@ -1680,10 +1682,10 @@ SDL_GrabMode SDL_WM_GrabInput(SDL_GrabMode mode)
|
||||
{
|
||||
SDL_VideoDevice *video = current_video;
|
||||
|
||||
/* If the video isn't initialized yet, we can't do anything */
|
||||
if ( ! video ) {
|
||||
return SDL_GRAB_OFF;
|
||||
}
|
||||
/* If the video isn't initialized yet, we can't do anything */
|
||||
if ( ! video ) {
|
||||
return SDL_GRAB_OFF;
|
||||
}
|
||||
|
||||
/* Return the current mode on query */
|
||||
if ( mode == SDL_GRAB_QUERY ) {
|
||||
|
6
src/video/dummy/.cvsignore
Normal file
6
src/video/dummy/.cvsignore
Normal file
@ -0,0 +1,6 @@
|
||||
Makefile.in
|
||||
Makefile
|
||||
.libs
|
||||
*.o
|
||||
*.lo
|
||||
*.la
|
Loading…
Reference in New Issue
Block a user