| 872 | } |
| 873 | |
| 874 | void RdApplication::PostPanelMessage(std::shared_ptr<Data> msg) { |
| 875 | if (ws_panel_client_ && msg) { |
| 876 | ws_panel_client_->PostNetMessage(msg); |
| 877 | } |
| 878 | } |
| 879 | |
| 880 | void RdApplication::HandleForceGdiEvent(bool force_gdi) { |
| 881 | force_gdi_ = force_gdi; |
no test coverage detected