| 74 | } |
| 75 | |
| 76 | void WMWindow::Minimize(bool state){ |
| 77 | minimized = state; |
| 78 | } |
| 79 | |
| 80 | void WMWindow::Resize(vector2i_t size, int64_t key, WindowBuffer* bufferInfo){ |
| 81 | Lemon::UnmapSharedMemory(windowBufferInfo, bufferKey); |
no outgoing calls
no test coverage detected