Hyprland/src/helpers/X11Stubs.hpp

8 lines
119 B
C++

#pragma once
inline bool wlr_backend_is_x11(void*) {
return false;
}
inline void wlr_x11_output_create(void*) {}