Lines Matching defs:wndconfig
187 _GLFWwndconfig wndconfig;
207 wndconfig = _glfw.hints.window;
209 wndconfig.width = width;
210 wndconfig.height = height;
211 wndconfig.title = title;
229 window->resizable = wndconfig.resizable;
230 window->decorated = wndconfig.decorated;
231 window->autoIconify = wndconfig.autoIconify;
232 window->floating = wndconfig.floating;
233 window->focusOnShow = wndconfig.focusOnShow;
234 window->mousePassthrough = wndconfig.mousePassthrough;
247 if (!_glfw.platform.createWindow(window, &wndconfig, &ctxconfig, &fbconfig))