aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/helpers/X11Stubs.hpp
blob: 19bea6f8d77d278eb815afdf04e04829ae036008 (plain)
1
2
3
4
5
6
7
#pragma once

inline bool wlr_backend_is_x11(void*) {
    return false;
}

inline void wlr_x11_output_create(void*) {}