Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
No commit message
  • Loading branch information
slouken committed Apr 29, 2006
1 parent 6fddb0b commit a877f5a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/video/x11/SDL_x11modes.c
Expand Up @@ -425,6 +425,7 @@ static int CheckVidMode(_THIS, int *major, int *minor)
}

/* Query the extension version */
vm_error = -1;
if ( !SDL_NAME(XF86VidModeQueryExtension)(SDL_Display, &vm_event, &vm_error) ||
!SDL_NAME(XF86VidModeQueryVersion)(SDL_Display, major, minor) ) {
return 0;
Expand Down

0 comments on commit a877f5a

Please sign in to comment.