Fixed building without OpenGL support
--HG-- branch : SDL-1.2 extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/branches/SDL-1.2%403981
This commit is contained in:
parent
b3e1d764b8
commit
6ae47f142b
1 changed files with 2 additions and 0 deletions
|
@ -121,7 +121,9 @@ static SDL_VideoDevice *X11_CreateDevice(int devindex)
|
|||
SDL_memset(device->hidden, 0, (sizeof *device->hidden));
|
||||
SDL_memset(device->gl_data, 0, (sizeof *device->gl_data));
|
||||
|
||||
#if SDL_VIDEO_OPENGL_GLX
|
||||
device->gl_data->sgi_swap_interval = 1;
|
||||
#endif
|
||||
|
||||
/* Set the driver flags */
|
||||
device->handles_any_size = 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue