Lines Matching defs:window
121 _GLFWwindow* window;
123 for (window = _glfw.windowListHead; window; window = window->next)
125 if (window->monitor == monitor)
128 _glfw.platform.getWindowSize(window, &width, &height);
129 _glfw.platform.setWindowMonitor(window, NULL, 0, 0, width, height, 0);
130 _glfw.platform.getWindowFrameSize(window, &xoff, &yoff, NULL, NULL);
131 _glfw.platform.setWindowPos(window, xoff, yoff);
155 // Notifies shared code that a full screen window has acquired or released
158 void _glfwInputMonitorWindow(_GLFWmonitor* monitor, _GLFWwindow* window)
161 monitor->window = window;