1// Copyright 2021 The Fuchsia Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
45#[cfg(test)]
6mod test_protocol;
78pub mod alpha_compositing;
9pub mod aura_shell;
10pub mod buffer;
11pub mod client;
12pub mod compositor;
13pub mod data_device_manager;
14pub mod dispatcher;
15pub mod display;
16pub mod linux_dmabuf;
17pub mod object;
18pub mod output;
19pub mod pointer_constraints;
20pub mod registry;
21pub mod relative_pointer;
22pub mod scenic;
23pub mod seat;
24pub mod secure_output;
25pub mod shm;
26pub mod subcompositor;
27pub mod viewporter;
28pub mod xdg_shell;