mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-22 12:55:58 +01: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…
Reference in a new issue