1
0
Fork 0
mirror of https://github.com/hyprwm/Hyprland synced 2025-01-31 18:29:50 +01:00
Hyprland/src/helpers/X11Stubs.hpp

7 lines
119 B
C++

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