| 75 | } |
| 76 | |
| 77 | InputWindow *WindowManager::inputWindow() |
| 78 | { |
| 79 | if (!inputWindow_) { |
| 80 | inputWindow_ = new InputWindow(context, owner); |
| 81 | inputWindow_->update(); |
| 82 | } |
| 83 | |
| 84 | return inputWindow_; |
| 85 | } |
| 86 | |
| 87 | ExecutableWindow *WindowManager::executableWindow() |
| 88 | { |