| 810 | } |
| 811 | |
| 812 | void ServerProxy::secureInputNotification() |
| 813 | { |
| 814 | std::string app; |
| 815 | ProtocolUtil::readf(m_stream, kMsgDSecureInputNotification + 4, &app); |
| 816 | LOG_INFO("application \"%s\" is blocking the keyboard", app.c_str()); |
| 817 | } |
| 818 | |
| 819 | void ServerProxy::setServerLanguages() |
| 820 | { |
nothing calls this directly
no outgoing calls
no test coverage detected