mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-18 13:03:05 +01:00
Function setWindowTitle() now returns void.
This commit is contained in:
@@ -328,7 +328,7 @@ namespace entry
|
||||
XSendEvent(s_ctx.m_display, s_ctx.m_window, false, ResizeRedirectMask, (XEvent*)&ev);
|
||||
}
|
||||
|
||||
bool setWindowTitle(const char* _title)
|
||||
void setWindowTitle(const char* _title)
|
||||
{
|
||||
BX_UNUSED(_title);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user