mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-29 02:43:48 -07: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*) {}
|