1 2 3 4 5 6 7 8
// SPDX-License-Identifier: GPL-3.0-only #ifndef WAYLAND_H #define WAYLAND_H int populate_wayland_outputs(); #endif // WAYLAND_H