mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-12 13:29:45 -05:00
Minor corrections
This commit is contained in:
parent
ebdabc2030
commit
51141dd11e
3 changed files with 5 additions and 3 deletions
|
|
@ -11,7 +11,9 @@
|
|||
#include <wlr/backend/multi.h>
|
||||
#include <wlr/backend/session.h>
|
||||
#include <wlr/backend/wayland.h>
|
||||
#include <wlr/backend/x11.h>
|
||||
#ifdef WLR_HAS_X11_BACKEND
|
||||
# include <wlr/backend/x11.h>
|
||||
#endif
|
||||
#include <wlr/util/log.h>
|
||||
|
||||
void wlr_backend_init(struct wlr_backend *backend,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue