| 1059 | } |
| 1060 | |
| 1061 | Display *glXGetCurrentDisplayEXT(void) |
| 1062 | { |
| 1063 | return glXGetCurrentDisplay(); |
| 1064 | } |
| 1065 | |
| 1066 | |
| 1067 | // As far as the application is concerned, it is rendering to a window and not |
nothing calls this directly
no test coverage detected