warning--

SVN revision: 52448
This commit is contained in:
Carsten Haitzler 2010-09-19 02:33:19 +00:00
parent ca722c0c6a
commit c54bd4052c
1 changed files with 2 additions and 0 deletions

View File

@ -36,10 +36,12 @@ eng_window_new(Display *disp,
int rot)
{
Evas_GL_X11_Window *gw;
#if defined (GLES_VARIETY_S3C6410) || defined (GLES_VARIETY_SGX)
int context_attrs[3];
int config_attrs[40];
int major_version, minor_version;
int num_config, n = 0;
#endif
XVisualInfo *vi_use;
const GLubyte *vendor, *renderer, *version;