0

I am using cairo_surface (cairo_surface_t) and wl_shell_surface to display an object on a Wayland client's surface. So could you distinguish between these surface types ? They are obligated to exist together, or separate types of surface. Thanks for your help.

Uli Schlachter
  • 9,337
  • 1
  • 23
  • 39
Thảo M. Hoàng
  • 1,224
  • 3
  • 20
  • 42

1 Answers1

0

This is the answer. enter image description here

Cairo surface is strong in drawing 2D object (example: text, shape ...) Refer to https://www.cairographics.org/

Thảo M. Hoàng
  • 1,224
  • 3
  • 20
  • 42