wlroots-hyprland/include/backend/x11.h

9 lines
102 B
C
Raw Normal View History

2017-09-22 04:58:41 +02:00
#ifndef WLR_X11_H
#define WLR_X11_H
struct wlr_x11_backend {
struct wlr_backend backend;
};
#endif