mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-05 12:25:59 +01:00
7 lines
119 B
C++
7 lines
119 B
C++
#pragma once
|
|
|
|
inline bool wlr_backend_is_x11(void*) {
|
|
return false;
|
|
}
|
|
|
|
inline void wlr_x11_output_create(void*) {}
|