mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-03 09:01:40 -05:00
Add X11 backend skeleton
This commit is contained in:
parent
6479fb27be
commit
a598e6d026
5 changed files with 54 additions and 3 deletions
11
include/wlr/backend/x11.h
Normal file
11
include/wlr/backend/x11.h
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
#ifndef WLR_BACKEND_X11_H
|
||||
#define WLR_BACKEND_X11_H
|
||||
|
||||
#include <wlr/backend.h>
|
||||
#include <stdbool.h>
|
||||
|
||||
struct wlr_backend *wlr_x11_backend_create(const char *display);
|
||||
|
||||
bool wlr_backend_is_x11(struct wlr_backend *backend);
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue