| 78 | } |
| 79 | |
| 80 | const BzfDisplay::ResInfo* BzfDisplay::getResolution(int index) const { |
| 81 | if (index < 0 || index >= numResolutions) { return NULL; } |
| 82 | return resolutions[index]; |
| 83 | } |
| 84 | |
| 85 | int BzfDisplay::getResolution() const { |
| 86 | return currentResolution; |
no outgoing calls
no test coverage detected