#pragma once #include /** * @brief create the wayland thread * * @return 0 on success */ int wayland_create_thread(void); /** * @brief set the idle lock * * @param lock change the idle lock state */ void wayland_set_idle_lock(int lock);