mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-31 22:25:21 -04:00
Add missing type declarations in headers
This commit is contained in:
parent
3d3cca9164
commit
86b2cac921
2 changed files with 4 additions and 0 deletions
|
|
@ -3,6 +3,8 @@
|
||||||
|
|
||||||
#include <wlr/types/wlr_region.h>
|
#include <wlr/types/wlr_region.h>
|
||||||
|
|
||||||
|
struct wl_client;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Creates a new region resource with the provided new ID.
|
* Creates a new region resource with the provided new ID.
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
|
|
@ -11,6 +11,8 @@
|
||||||
|
|
||||||
#include <wayland-server-core.h>
|
#include <wayland-server-core.h>
|
||||||
|
|
||||||
|
struct wlr_renderer;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Shared memory buffer interface.
|
* Shared memory buffer interface.
|
||||||
*
|
*
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue