| 693 | } |
| 694 | |
| 695 | DisplayDataPtr XServer::getDisplayDataById(U32 id) { |
| 696 | BOXEDWINE_CRITICAL_SECTION_WITH_MUTEX(displayMutex); |
| 697 | return displays.get(id); |
| 698 | } |
| 699 | |
| 700 | U32 XServer::getEventTime() { |
| 701 | return KSystem::getMilliesSinceStart(); |
no test coverage detected