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: PhocView

No description available.

xx_cutouts_manager: PhocXxCutoutsManager

No description available.

pending_unhandled: gpointer

No description available.

current_unhandled: gpointer

No description available.

xdg_toplevel_handle_destroy: wl_listener

No description available.

xdg_surface_handle_configure: wl_listener

No description available.

xdg_surface_handle_ack_configure: wl_listener

No description available.

events: _PhocXxCutoutsEvents

No description available.