Searched refs:extended_surface (Results 1 – 2 of 2) sorted by relevance
715 data->extended_surface = qt_surface_extension_get_extended_surface( in Wayland_CreateWindow()718 QtExtendedSurface_Subscribe(data->extended_surface, SDL_HINT_QTWAYLAND_CONTENT_ORIENTATION); in Wayland_CreateWindow()719 QtExtendedSurface_Subscribe(data->extended_surface, SDL_HINT_QTWAYLAND_WINDOW_FLAGS); in Wayland_CreateWindow()753 if (data->extended_surface) { in Wayland_CreateWindow()754 qt_extended_surface_set_user_data(data->extended_surface, data); in Wayland_CreateWindow()755 qt_extended_surface_add_listener(data->extended_surface, in Wayland_CreateWindow()926 if (wind->extended_surface) { in Wayland_DestroyWindow()927 … QtExtendedSurface_Unsubscribe(wind->extended_surface, SDL_HINT_QTWAYLAND_CONTENT_ORIENTATION); in Wayland_DestroyWindow()928 QtExtendedSurface_Unsubscribe(wind->extended_surface, SDL_HINT_QTWAYLAND_WINDOW_FLAGS); in Wayland_DestroyWindow()929 qt_extended_surface_destroy(wind->extended_surface); in Wayland_DestroyWindow()
70 struct qt_extended_surface *extended_surface; member
Completed in 5 milliseconds