--- a/src/video/SDL_video.c Sat Apr 28 18:56:58 2001 +0000
+++ b/src/video/SDL_video.c Sat Apr 28 18:57:18 2001 +0000
@@ -1351,8 +1351,10 @@
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_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 ) {
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/src/video/dummy/.cvsignore Sat Apr 28 18:57:18 2001 +0000
@@ -0,0 +1,6 @@
+Makefile.in
+Makefile
+.libs
+*.o
+*.lo
+*.la