mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-12-20 15:00:05 +01:00
9 lines
102 B
C
9 lines
102 B
C
|
|
#ifndef WLR_X11_H
|
||
|
|
#define WLR_X11_H
|
||
|
|
|
||
|
|
struct wlr_x11_backend {
|
||
|
|
struct wlr_backend backend;
|
||
|
|
};
|
||
|
|
|
||
|
|
#endif
|