Home
last modified time | relevance | path

Searched refs:wideTitle (Results 1 - 1 of 1) sorted by relevance

/third_party/glfw/src/
H A Dwin32_window.c1281 WCHAR* wideTitle; in createNativeWindow() local
1384 wideTitle = _glfwCreateWideStringFromUTF8Win32(wndconfig->title); in createNativeWindow()
1385 if (!wideTitle) in createNativeWindow()
1390 wideTitle, in createNativeWindow()
1399 _glfw_free(wideTitle); in createNativeWindow()
1587 WCHAR* wideTitle = _glfwCreateWideStringFromUTF8Win32(title); in _glfwSetWindowTitleWin32() local
1588 if (!wideTitle) in _glfwSetWindowTitleWin32()
1591 SetWindowTextW(window->win32.handle, wideTitle); in _glfwSetWindowTitleWin32()
1592 _glfw_free(wideTitle); in _glfwSetWindowTitleWin32()

Completed in 4 milliseconds