| 410 | |
| 411 | |
| 412 | GLXDrawable getCurrentReadDrawable(void) |
| 413 | { |
| 414 | if(fconfig.egl) |
| 415 | return getCurrentReadDrawableEGL(); |
| 416 | else |
| 417 | return _glXGetCurrentReadDrawable(); |
| 418 | } |
| 419 | |
| 420 | |
| 421 | int getFBConfigAttrib(Display *dpy, VGLFBConfig config, int attribute, |
no outgoing calls
no test coverage detected