Added setWindowTitle().

This commit is contained in:
Dario Manesku
2014-08-05 20:57:52 +01:00
parent 8a0d102e1b
commit f1a7e1696d
11 changed files with 61 additions and 5 deletions

View File

@@ -326,6 +326,11 @@ namespace entry
XSendEvent(s_ctx.m_display, s_ctx.m_window, false, ResizeRedirectMask, (XEvent*)&ev);
}
bool setWindowTitle(const char* _title)
{
BX_UNUSED(_title);
}
void toggleWindowFrame()
{
}