Add X11 backend skeleton

This commit is contained in:
Scott Anderson 2017-09-22 14:58:41 +12:00
parent 6479fb27be
commit a598e6d026
5 changed files with 54 additions and 3 deletions

8
include/backend/x11.h Normal file
View file

@ -0,0 +1,8 @@
#ifndef WLR_X11_H
#define WLR_X11_H
struct wlr_x11_backend {
struct wlr_backend backend;
};
#endif