| 70 | int getHeight(void) { return height; } |
| 71 | int getDepth(void) { return depth; } |
| 72 | int getRGBSize(void) { return rgbSize; } |
| 73 | VGLFBConfig getFBConfig(void) { return config; } |
| 74 | void clear(void); |
| 75 | void swap(void); |
no outgoing calls
no test coverage detected