mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-31 22:25:21 -04:00
Add some missing includes/declarations
This commit is contained in:
parent
c5f4df6c96
commit
3dc646ea88
9 changed files with 17 additions and 0 deletions
|
|
@ -2,6 +2,7 @@
|
|||
#define BACKEND_DRM_PROPERTIES_H
|
||||
|
||||
#include <stdbool.h>
|
||||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
|
||||
/*
|
||||
|
|
|
|||
|
|
@ -5,8 +5,10 @@
|
|||
#include <stdint.h>
|
||||
#include <wlr/backend.h>
|
||||
#include <wlr/render/wlr_renderer.h>
|
||||
#include <wlr/util/addon.h>
|
||||
|
||||
struct wlr_drm_backend;
|
||||
struct wlr_drm_format;
|
||||
struct wlr_drm_plane;
|
||||
struct wlr_buffer;
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,9 @@
|
|||
#ifndef BACKEND_SESSION_SESSION_H
|
||||
#define BACKEND_SESSION_SESSION_H
|
||||
|
||||
#include <stdbool.h>
|
||||
|
||||
struct wl_display;
|
||||
struct wlr_session;
|
||||
|
||||
struct wlr_session *libseat_session_create(struct wl_display *disp);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue