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.
10 lines
391 B
10 lines
391 B
Output
|
|
======
|
|
|
|
With at least a :type:`weston_head` attached, you can construct a
|
|
:type:`weston_output` object which can be used by the compositor, by enabling
|
|
the output using :func:`weston_output_enable`. The output **must not** be
|
|
already enabled.
|
|
|
|
The reverse operation, :func:`weston_output_disable`, should be used when there's
|
|
a need to reconfigure the output or it will be destroyed.
|
|
|