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:
Sam Lantinga 2009-10-07 06:10:40 +00:00
parent b3e1d764b8
commit 6ae47f142b

View file

@ -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;