Lines Matching defs:output
42 struct wl_output* output,
64 struct wl_output* output,
89 static void outputHandleDone(void* userData, struct wl_output* output)
111 struct wl_output* output,
122 if (window->wl.outputScales[i].output == monitor->wl.output)
165 "Wayland: Unsupported output interface version");
171 struct wl_output* output = wl_registry_bind(_glfw.wl.registry,
175 if (!output)
178 // The actual name of this output will be set in the geometry handler
181 monitor->wl.output = output;
184 wl_proxy_set_tag((struct wl_proxy*) output, &_glfw.wl.tag);
185 wl_output_add_listener(output, &outputListener, monitor);
195 if (monitor->wl.output)
196 wl_output_destroy(monitor->wl.output);
273 return monitor->wl.output;