| 235 | int DisplayDescriptor::getDisplayTop() const { return 0; } |
| 236 | |
| 237 | int DisplayDescriptor::getDisplayLeft() const { return 0; } |
| 238 | |
| 239 | int DisplayDescriptor::getDisplayWidth() const { |
| 240 | return activeResolution().width; |
nothing calls this directly
no outgoing calls
no test coverage detected