Lines Matching refs:offer
1300 // Reads the specified data offer as the specified MIME type
1302 static char* readDataOfferAsString(struct wl_data_offer* offer, const char* mimeType)
1309 "Wayland: Failed to create pipe for data offer: %s",
1314 wl_data_offer_receive(offer, mimeType, fds[1]);
1349 "Wayland: Failed to read from data offer pipe: %s",
1920 struct wl_data_offer* offer,
1925 if (_glfw.wl.offers[i].offer == offer)
1944 struct wl_data_offer* offer)
1958 _glfw.wl.offers[_glfw.wl.offerCount - 1] = (_GLFWofferWayland) { offer };
1959 wl_data_offer_add_listener(offer, &dataOfferListener, NULL);
1968 struct wl_data_offer* offer)
1981 if (_glfw.wl.offers[i].offer == offer)
1995 _glfw.wl.dragOffer = offer;
1999 wl_data_offer_accept(offer, serial, "text/uri-list");
2006 wl_data_offer_accept(offer, serial, NULL);
2007 wl_data_offer_destroy(offer);
2060 struct wl_data_offer* offer)
2070 if (_glfw.wl.offers[i].offer == offer)
2073 _glfw.wl.selectionOffer = offer;
2075 wl_data_offer_destroy(offer);