Fix RWindow::SetResizable on linux/X-server

This commit is contained in:
2024-12-03 19:16:43 -05:00
parent 6b9bf4c2cc
commit fb6825224f

View File

@@ -81,6 +81,8 @@ void RWindow::SetCursorVisible(bool cursor_enable) {
}
void RWindow::SetResizable(bool sizable) {
XGetWindowAttributes(display,window,&windowAttributes);
this->resizable = sizable;
//this->SetFlag(RWindowFlags::RESIZABLE, resizable);
Logger::Debug("Once you've done this you cannot make it resizable again.");