Class

PhocSurface

[]

Description [src]

final class Phoc.Surface : GObject.Object
{
  /* No available fields */
}

A Wayland wl_surface backed by a wlr_surface.

[]

Ancestors

[]

Constructors

phoc_surface_new
No description available.

[]

Instance methods

phoc_surface_add_damage

Adds the given region to the surface’s damaged region. The damage will be collected by the phoc_*_apply_damage() functions. The damaged region is not clipped to the surface.

phoc_surface_add_damage_box

Convenience function to add a box to the surface’s damaged region. See phoc_surface_add_damage() for details.

phoc_surface_clear_damage
No description available.

phoc_surface_get_damage
No description available.

Methods inherited from GObject (43)
[]

Properties

Phoc.Surface:wlr-surface
No description available.

[]

Signals

Signals inherited from GObject (1)

Class structure