Lines Matching defs:title
757 else if (strlen(wndconfig->title))
758 hint->res_name = (char*) wndconfig->title;
762 if (strlen(wndconfig->title))
763 hint->res_class = (char*) wndconfig->title;
783 _glfwSetWindowTitleX11(window, wndconfig->title);
2081 void _glfwSetWindowTitleX11(_GLFWwindow* window, const char* title)
2087 title, title,
2095 (unsigned char*) title, strlen(title));
2100 (unsigned char*) title, strlen(title));