aboutsummaryrefslogtreecommitdiff
path: root/include/backend/x11.h
blob: 2f3196724233dcd83a0f80ac9d89df057c43a7fc (plain)
1
2
3
4
5
6
7
8
#ifndef WLR_X11_H
#define WLR_X11_H

struct wlr_x11_backend {
	struct wlr_backend backend;
};

#endif