Struct
PhocXxCutouts
Description
struct PhocXxCutouts {
wl_resource* resource;
PhocView* view;
PhocXxCutoutsManager* xx_cutouts_manager;
gpointer pending_unhandled[];
gpointer current_unhandled[];
wl_listener xdg_toplevel_handle_destroy;
wl_listener xdg_surface_handle_configure;
wl_listener xdg_surface_handle_ack_configure;
_PhocXxCutoutsEvents events;
}
No description available.
Structure members
resource:wl_resource*No description available.
view:PhocViewNo description available.
xx_cutouts_manager:PhocXxCutoutsManagerNo description available.
pending_unhandled:gpointerNo description available.
current_unhandled:gpointerNo description available.
xdg_toplevel_handle_destroy:wl_listenerNo description available.
xdg_surface_handle_configure:wl_listenerNo description available.
xdg_surface_handle_ack_configure:wl_listenerNo description available.
events:_PhocXxCutoutsEventsNo description available.