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.
14 lines
466 B
14 lines
466 B
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 releasing all the resources
|
|
associated with it, you should use :func:`weston_compositor_tear_down`,
|
|
followed by :func:`weston_compositor_destroy` to destroy it.
|
|
|
|
Compositor API
|
|
--------------
|
|
|
|
.. doxygengroup:: compositor
|
|
:content-only:
|
|
|