| 671 | } |
| 672 | |
| 673 | bool Window::isSpecialWindow() const |
| 674 | { |
| 675 | // TODO |
| 676 | return isDesktop() || isDock() || isSplash() || isToolbar() || isNotification() || isOnScreenDisplay() || isCriticalNotification() || isAppletPopup() || isTooltip(); |
| 677 | } |
| 678 | |
| 679 | void Window::demandAttention(bool set) |
| 680 | { |
no outgoing calls
no test coverage detected