equal
deleted
inserted
replaced
390 } |
390 } |
391 |
391 |
392 /* glXChooseVisual and glXChooseFBConfig have some small differences in |
392 /* glXChooseVisual and glXChooseFBConfig have some small differences in |
393 * the attribute encoding, it can be chosen with the for_FBConfig parameter. |
393 * the attribute encoding, it can be chosen with the for_FBConfig parameter. |
394 */ |
394 */ |
395 int |
395 static int |
396 X11_GL_GetAttributes(_THIS, Display * display, int screen, int * attribs, int size, Bool for_FBConfig) |
396 X11_GL_GetAttributes(_THIS, Display * display, int screen, int * attribs, int size, Bool for_FBConfig) |
397 { |
397 { |
398 int i = 0; |
398 int i = 0; |
399 const int MAX_ATTRIBUTES = 64; |
399 const int MAX_ATTRIBUTES = 64; |
400 |
400 |