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