| 693 | } |
| 694 | |
| 695 | void LightscreenWindow::toggleVisibility() |
| 696 | { |
| 697 | if (isVisible()) { |
| 698 | hide(); |
| 699 | } else { |
| 700 | show(); |
| 701 | os::setForegroundWindow(this); |
| 702 | } |
| 703 | } |
| 704 | |
| 705 | void LightscreenWindow::updateStatus() |
| 706 | { |
nothing calls this directly
no outgoing calls
no test coverage detected