Lines Matching refs:wndconfig
567 const _GLFWwndconfig* wndconfig,
570 int width = wndconfig->width;
571 int height = wndconfig->height;
573 if (wndconfig->scaleToMonitor)
581 if (wndconfig->xpos != GLFW_ANY_POSITION && wndconfig->ypos != GLFW_ANY_POSITION)
583 xpos = wndconfig->xpos;
584 ypos = wndconfig->ypos;
630 if (!wndconfig->decorated)
638 if (wndconfig->floating)
644 if (wndconfig->maximized)
719 if (!wndconfig->resizable)
728 if (wndconfig->xpos != GLFW_ANY_POSITION && wndconfig->ypos != GLFW_ANY_POSITION)
746 if (strlen(wndconfig->x11.instanceName) &&
747 strlen(wndconfig->x11.className))
749 hint->res_name = (char*) wndconfig->x11.instanceName;
750 hint->res_class = (char*) wndconfig->x11.className;
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);
1960 const _GLFWwndconfig* wndconfig,
1973 if (!_glfwChooseVisualGLX(wndconfig, ctxconfig, fbconfig, &visual, &depth))
1980 if (!_glfwChooseVisualEGL(wndconfig, ctxconfig, fbconfig, &visual, &depth))
1996 if (!createNativeWindow(window, wndconfig, visual, depth))
2021 if (wndconfig->mousePassthrough)
2030 if (wndconfig->centerCursor)
2035 if (wndconfig->visible)
2038 if (wndconfig->focused)