texturev: Allow arbitrary window size.

This commit is contained in:
Branimir Karadžić
2018-01-02 19:15:04 -08:00
parent fcc9160e03
commit ed00c24f6f
12 changed files with 69 additions and 31 deletions

View File

@@ -535,9 +535,9 @@ namespace entry
BX_UNUSED(_handle, _title);
}
void toggleWindowFrame(WindowHandle _handle)
void setWindowFlags(WindowHandle _handle, uint32_t _flags, bool _enabled)
{
BX_UNUSED(_handle);
BX_UNUSED(_handle, _flags, _enabled);
}
void toggleFullscreen(WindowHandle _handle)