| 7162 | } |
| 7163 | |
| 7164 | virtual olc::rcode SetWindowTitle(const std::string& s) override |
| 7165 | { |
| 7166 | X11::XStoreName(olc_Display, olc_Window, s.c_str()); |
| 7167 | return olc::OK; |
| 7168 | } |
| 7169 | |
| 7170 | virtual olc::rcode SetWindowSize(const olc::vi2d& vPos, const olc::vi2d& vSize) override |
| 7171 | { |
nothing calls this directly
no outgoing calls
no test coverage detected