mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-29 05:40:12 -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>
|
||||
|
||||
struct wl_client;
|
||||
|
||||
/*
|
||||
* Creates a new region resource with the provided new ID.
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -11,6 +11,8 @@
|
|||
|
||||
#include <wayland-server-core.h>
|
||||
|
||||
struct wlr_renderer;
|
||||
|
||||
/**
|
||||
* Shared memory buffer interface.
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue