| 1235 | |
| 1236 | |
| 1237 | int cfgid(Display *dpy, GLXFBConfig config) |
| 1238 | { |
| 1239 | int temp = 0; |
| 1240 | if(!config) THROWNL("config==NULL in cfgid()"); |
| 1241 | if(!dpy) THROWNL("display==NULL in cfgid()"); |
| 1242 | GET_CFG_ATTRIB(config, GLX_FBCONFIG_ID, temp); |
| 1243 | return temp; |
| 1244 | } |
| 1245 | |
| 1246 | |
| 1247 | void queryContextTest(Display *dpy, XVisualInfo *vis, GLXFBConfig config) |
no outgoing calls
no test coverage detected