Lines Matching refs:name
59 if (strlen(monitor->name) == 0)
60 snprintf(monitor->name, sizeof(monitor->name), "%s %s", make, model);
132 void outputHandleName(void* userData, struct wl_output* wl_output, const char* name)
136 strncpy(monitor->name, name, sizeof(monitor->name) - 1);
160 void _glfwAddOutputWayland(uint32_t name, uint32_t version)
172 name,
178 // The actual name of this output will be set in the geometry handler
182 monitor->wl.name = name;