Fix RWindow::SetResizable on linux/X-server
This commit is contained in:
@@ -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.");
|
||||
|
Reference in New Issue
Block a user