You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
342 B
8 lines
342 B
5 years ago
|
Compositor
|
||
|
==========
|
||
|
|
||
|
:type:`weston_compositor` represents the core object of the library, which
|
||
|
aggregates all the other objects and maintains their state. You can create it
|
||
|
using :func:`weston_compositor_create`, while for destroying it and releasing all
|
||
|
the resources associated with it, you should use :func:`weston_compositor_destroy`.
|